OLD | NEW |
1 <meta name="doc-family" content="apps"> | 1 <meta name="doc-family" content="apps"> |
2 <h1>Google Cloud Messaging for Chrome</h1> | 2 <h1>Google Cloud Messaging for Chrome</h1> |
3 | 3 |
| 4 <p class="note"> |
| 5 If you are looking for the new Google Cloud Messaging API, please click |
| 6 <a href="cloudMessagingV2">here</a>. |
| 7 </p> |
| 8 |
4 <p> | 9 <p> |
5 Google Cloud Messaging for Chrome (GCM) is a service | 10 Google Cloud Messaging for Chrome (GCM) is a service |
6 for signed-in Chrome users | 11 for signed-in Chrome users |
7 that helps developers send message data from servers | 12 that helps developers send message data from servers |
8 to their Chrome apps and extensions. | 13 to their Chrome apps and extensions. |
9 The service is intended to wake up an app or extension, | 14 The service is intended to wake up an app or extension, |
10 and/or alert a user. | 15 and/or alert a user. |
11 For example, calendar updates could be pushed to users | 16 For example, calendar updates could be pushed to users |
12 even when their calendaring app isn't open. | 17 even when their calendaring app isn't open. |
13 </p> | 18 </p> |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 you need to remove the key because the Store does not currently allow manifests | 548 you need to remove the key because the Store does not currently allow manifests |
544 with keys. | 549 with keys. |
545 </p> | 550 </p> |
546 | 551 |
547 <h2 id="feedback">Feedback</h2> | 552 <h2 id="feedback">Feedback</h2> |
548 | 553 |
549 <p>You can provide feedback about Google Cloud Messaging | 554 <p>You can provide feedback about Google Cloud Messaging |
550 and the pushMessaging API through the Google Group | 555 and the pushMessaging API through the Google Group |
551 <a target="_blank" href="https://groups.google.com/forum/#!forum/gcm-for-chrome-
feedback">GCM for Chrome feedback</a>. | 556 <a target="_blank" href="https://groups.google.com/forum/#!forum/gcm-for-chrome-
feedback">GCM for Chrome feedback</a>. |
552 Use this group to ask for help, file bug reports, and request features.</p> | 557 Use this group to ask for help, file bug reports, and request features.</p> |
OLD | NEW |