aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/archive/mozilla/marketplace/marketplace_apis/index.html
blob: 821b22afdf401b9186b68294ed28b5daff6eeae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: Firefox Marketplace APIs
slug: Archive/Mozilla/Marketplace/Marketplace_APIs
tags:
  - API
  - Apps
  - Firefox OS Marketplace
  - Marketplace
translation_of: Archive/Mozilla/Marketplace/Marketplace_APIs
---
<div class="summary">
<p><span class="seoSummary">Links to the main references covering Mozilla's Firefox Marketplace APIs, with which you can handle app submissions, configure a payment account for an app, and more.</span></p>
</div>

<div class="row topicpage-table">
<div class="section">
<dl>
 <dt><a href="/en-US/docs/Web/Apps/Publishing/Marketplace_utility_library">Marketplace utility library</a></dt>
 <dd>To help you work with the Firefox Marketplace, we provide a JavaScript library you can use in your apps to make it easier to handle in-app payments and verify payment receipts.</dd>
 <dt><a href="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/app_submission.html" title="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/app_submission.html">上架API</a></dt>
 <dd>The Submission API lets you validate your app, update your app, and fetch information about the apps available to be installed.</dd>
 <dt><a href="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/payment.html" title="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/payment.html">支付API</a></dt>
 <dd> </dd>
 <dd>The Payment API lets you do things like get information about in-app purchases and get information about pricing tiers for various countries.</dd>
 <dt><a href="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/overview.html" title="http://firefox-marketplace-api.readthedocs.org/en/latest/topics/overview.html">其他应用市场API</a></dt>
 <dd>The full documentation for the Firefox Marketplace APIs.</dd>
</dl>
</div>

<div class="section">
<h5 class="Tools" id="Tools" name="Tools">面向应用开发者的工具</h5>
<ul>
    <li><a href="https://marketplace.firefox.com/developers/">访问 Firefox 应以市场开发者中心</a></li>
    <li><a href="/zh-CN/docs/Mozilla/Firefox_OS/Using_Firefox_OS_Simulator">Firefox OS 模拟器</a></li>
    <li><a href="/zh-CN/docs/Apps/App_developer_tools">应用开发者工具</a></li>
</ul>
<h5 class="Documentation" id="Documentation" name="Documentation">技术参考文档</h5>
<div class="twocolumns">
    <ul>
        <li><a href="/zh-CN/docs/Web/CSS">CSS</a></li>
        <li><a href="/zh-CN/docs/DOM">DOM</a></li>
        <li><a href="/zh-CN/docs/Web/HTML">HTML</a></li>
        <li><a href="/zh-CN/docs/JavaScript">JavaScript</a></li>
        <li><a href="/zh-CN/docs/WebAPI">WebAPI</a></li>
        <li><a href="/zh-CN/docs/Web/WebGL">WebGL</a></li>
        <li><a href="/zh-CN/docs/SVG">SVG</a></li>
        <li><a href="https://www.mozilla.org/zh-CN/apps/">开放网络应用 概览网站</a></li>
        <li><a href="https://wiki.mozilla.org/Apps">应用项目 wiki 页面</a></li>
    </ul>
</div>
<h5 class="Community" id="Community" name="Community">从社区获取帮助</h5>
<p>如果您还不确定该做的事,欢迎随时加入讨论。</p>
<ul>
    <li>咨询 webapps 论坛:<ul>
  <li><a href="https://lists.mozilla.org/listinfo/dev-webapps"> 邮件列表</a></li>


  <li><a href="http://groups.google.com/group/mozilla.dev.webapps"> 新闻组</a></li>
  <li><a href="http://groups.google.com/group/mozilla.dev.webapps/feeds"> Web feed</a></li>
</ul>
        <ul>
            <li>在 Open Web Apps IRC 频道上提问和讨论:<a class="link-irc" href="irc://irc.mozilla.org/openwebapps">#openwebapps</a></li>
        </ul>
    </li>
</ul>
<p><span class="alllinks"><a href="http://www.catb.org/~esr/faqs/smart-questions.html" rel="external">别忘记<em>网络礼仪</em>...</a></span></p>
</div>
</div>