google-chrome - 如何使用 PayPal 创建付费 Chrome 应用程序?

标签 google-chrome paypal google-chrome-app chrome-web-store

我看到您可以使用 Google Wallet API(在 Chrome 网上应用店中)制作付费打包应用程序。 https://developers.google.com/chrome/web-store/docs/index#charging并且还可以创建自定义付费服务。所以我想创建一个使用 PayPal 作为支付解决方案的应用程序。

任何示例如何做到这一点?一个基本的样本 sample 会很棒。

最佳答案

您可以尝试将 PayPal IPN 系统与 PHP 一起使用,IPN 系统将数据存储到 SQL 服务器中.. Here's a good sample

关于google-chrome - 如何使用 PayPal 创建付费 Chrome 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16956548/

相关文章:

javascript - 在不受支持的浏览器中替代 IndexedDB? Safari/iOS Saf-Chrome

paypal - 以美元价格表示的逗号和无句点

javascript - 页面加载后向内容脚本发送消息

javascript - CasperJS 点击谷歌搜索按钮,this.evaluate() javascript

javascript - 我可以使用 Web Workers 做什么?

javascript - html5 拖放上传在 chrome 中损坏

paypal - 如何在 D7 中向站点用户进行 Paypal 付款? (如何通过 Paypal 向网站用户汇款?)

c# - 编写在线支付处理系统

javascript - 如何允许在 Google Chrome 应用程序中的 webview 内下载?

javascript - 如何使用 angularJS 将数据从主窗口传递到 Chrome 应用程序中新创建的窗口?