This repository was archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathmoney.html
More file actions
194 lines (163 loc) · 5.86 KB
/
Copy pathmoney.html
File metadata and controls
194 lines (163 loc) · 5.86 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{{+bindTo:partials.standard_store_article}}
<p class="caution">
<b>Important:</b>
Chrome will be removing support for Chrome Apps on Windows, Mac, and
Linux. Chrome OS will continue to support Chrome Apps. Additionally,
Chrome and the Web Store will continue to support extensions on all
platforms.
<a href="http://blog.chromium.org/2016/08/from-chrome-apps-to-web.html">
Read the announcement</a> and learn more about
<a href="https://developers.chrome.com/apps/migration">
migrating your app</a>.
</p>
<h1 xmlns="http://www.w3.org/1999/html">Monetizing Your Chrome Web Store
Item</h1>
<p>
You can publish Hosted Apps, Chrome Apps, Chrome Extensions, and Themes
in the Chrome Web Store.
Collectively these are called simply "Items".
You have many choices when it comes to making money from items
that you publish in the Chrome Web Store.
This page covers just a few ways to monetize your store item:
</p>
<ul>
<li> In-app payments</li>
<li> One-time charge</li>
<li> Subscription</li>
<li> Offering a limited trial version of your item</li>
</ul>
<p>
Keep in mind that although this page features Google APIs,
the store allows you to use any payment system you like.
</p>
<p class="note">
<strong>Note: </strong>Chrome Web Store payment methods are not available for hosted apps.
</p>
<p>
Items uploaded to the Web Store are unable to be purchased through the
same developer account.
Instead, use a trusted tester account to run a trial purchase flow.
</p>
<h2 id="inapp">In-app payments</h2>
<p>
Items that use <a href="payments-iap.html">in-app payments</a> are usually
free to try. For example, you might provide a free game
that offers additional levels or avatars for a small price.
</p>
<p>
Generally, Chrome Apps and Extensions can use the Chrome Web Store API
to charge for features or virtual goods.
The fee for using this API is just 5% per transaction.
For example, if you charge $1.99, you'll receive $1.89; if you charge $9.99, you'll receive $9.49.
</p>
<p class="note">
<strong>Note:</strong>
In-app payments for ARC apps are subject to a 30% transaction fee.
For example, if you charge $1.99 for an item offered in an ARC app, you’ll receive $1.39.
This is to ensure a consistent pricing structure
with in-app payments made in apps available on Google Play.
ARC does not currently support other purchase models including up-front payments,
subscriptions and in-app version upgrades;
as these types of purchases require provisioning from Google Play which is not currently enabled.
For more information on monetizing ARC apps, see
<a href="https://developer.chrome.com/apps/getstarted_arc">Get Started with ARC</a>.
</p>
<h2 id="onetime"> One-time Payments </h2>
<p>
<a href="overview.html#builtin">Chrome Web Store Payments</a>
is a payment system
that is especially well integrated with the store.
With it, you can either charge to download the item
or provide a <a href="overview.html#freevnot">free trial</a>
that lets users try out the item before purchasing it.
</p>
<p>
The charge for using Chrome Web Store Payments is 5%.
For example,
if you charge $1.99,
you'll receive $1.89.
See
<a href="pricing.html">Payments: Regions, Fees, and Tiers</a>
for details.
</p>
<p class="note">
<strong>Note:</strong>
In-app payments for ARC apps are subject to a 30% transaction fee.
For example, if you charge $1.99 for an item offered in an ARC app, you’ll receive $1.39.
This is to ensure a consistent pricing structure
with in-app payments made in apps available on Google Play.
ARC does not currently support other purchase models including up-front payments,
subscriptions and in-app version upgrades;
as these types of purchases require provisioning from Google Play which is not currently enabled.
For more information on monetizing ARC apps, see
<a href="https://developer.chrome.com/apps/getstarted_arc">Get Started with ARC</a>.
</p>
<h2 id="subscription">Subscriptions</h2>
<p>
Chrome Web Store Payments supports both monthly and yearly
subscription models.
As with one-time Chrome Web Store payments,
you have the option of providing a free trial.
</p>
<h2 id="free_trial">Free Trials </h2>
<p>
The Chrome Web Store helps you to easily offer a limited-time trial version
of your app to help you attract new customers.
<p>Whether your item is a Chrome App, Chrome Extension, or Chrome Theme,
you can use the Licensing API to check to see if the user has paid for your item.
</p>
<p>
You will use a
<a href="https://developer.chrome.com/webstore/one_time_payments#verifying-payment">javascript-based
flow</a>,
that also uses the Licensing API along with functions built into Chrome
to check the status of the downloaded trial item.
If the trial is expired,
you can direct the user to the web store listing to purchase the item.
</p>
</p>
<h2 id="more"> More information </h2>
<table>
<tr>
<th></th>
<th>Hosted Apps</th>
<th>Packaged Apps</th>
<th>Extensions</th>
<th>Themes</th>
</tr>
<tr>
<th>Free Trial</th>
<td>x</td>
<td>✓</td>
<td>✓</td>
<td>x</td>
</tr>
<tr>
<th>Paid Up-Front</th>
<td>x</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th>Subscription</th>
<td>x</td>
<td>✓</td>
<td>✓</td>
<td>x</td>
</tr>
<tr>
<th>In-App Payments (IAP)</th>
<td>x</td>
<td>CWS Managed IAP</td>
<td>CWS Managed IAP</td>
<td>x</td>
</tr>
</table>
<p>
For details about app payment options, see
<a href="overview.html#charging">Charging for your app</a>
in the Overview.
</p>
<p class="backtotop"><a href="#top">Back to top</a></p>
{{/partials.standard_store_article}}