forked from GoogleChrome/webstore-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
28 lines (24 loc) · 894 Bytes
/
articles.html
File metadata and controls
28 lines (24 loc) · 894 Bytes
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
{{+bindTo:partials.standard_store_article}}
<h1>Articles</h1>
<p>
<a href="authentication.html">Supporting Federated Login with Google Accounts for Chrome Web Store Apps</a>
- <em>November 2010</em>
<br />
Streamline the authentication process for your users by supporting Federated Login for Google Accounts.
</p>
<p>
<a href="launching.html">Launching Your App in the Chrome Web Store</a>
- <em>October 2010</em>
<br />
Learn about the process of launching an app.
(Don't miss the <a href="launching.html#pre-launch-checklist">pre-launch checklist</a>!)
</p>
<p>
<a href="apps_vs_extensions.html">Extensions, Packaged Apps, and Hosted Apps in the Chrome Web Store</a>
- <em>September 2010</em>
<br />
Read this article if you're trying to decide
whether you should implement an
extension, packaged app, or hosted app.
</p>
{{/partials.standard_store_article}}