
在最新发布的开发者预览版Chrome Web Store里,内置了一个Chrome Web Store Licensing API,通过该API,开发者即可让用户不需要离开Chrome Web Store就可完成付费购买的步骤。只要写入自己的应用ID和用户ID,每个应用就会有一个detail页面,必须你可以用这个地址对Licensing API发出请求:
https://www.googleapis.com/chromewebstore/v1/licenses/<appID>/<userID>
然后你有多种方式来让应用提醒发情API请求的Google帐户,Google推荐使用的OAuth for Web Applications方式。
Google制作了一段视频来介绍Licensing API的用法:
Related posts
- Google 回应 Facebook 对 Google 定点封杀 API 的回应
- Google Maps API 的距离测量开始支持海拔高度计算
- Google Apps 开始对 Prediction API 收费
- Custom Search 三周年第二弹:Google Custom Search 主题
- Google 发布 Page Speed Online API
- Chrome 将迎来三个强大的扩展 API:蓝牙、USB 及受控模式
- 一个用 Google 非官方 API 制作的 Chrome 词典扩展
- Google I/O 开发者大会 2010 新产品大预言
- Google Earth Builder 发布,将你的地图数据存储到 Google 云端
- Chrome Beta 分支开始支持几个新的扩展 API
本站文章除注明转载外,均为本站原创编译
转载请注明:文章转载自:谷奥——探寻谷歌的奥秘 [http://www.guao.hk]
本文标题:Chrome Web Store Licensing API 发布,内置支付系统
本文地址:http://www.guao.hk/posts/chrome-web-store-licensing-api.html
本文短网址:http://guao.cc/jS1
转载请注明:文章转载自:谷奥——探寻谷歌的奥秘 [http://www.guao.hk]
本文标题:Chrome Web Store Licensing API 发布,内置支付系统
本文地址:http://www.guao.hk/posts/chrome-web-store-licensing-api.html
本文短网址:http://guao.cc/jS1





