OLD | NEW |
1 <table class="intro"> | 1 <table class="intro"> |
2 <tr> | 2 <tr> |
3 <th scope="col"></th> | 3 <th scope="col"></th> |
4 <th scope="col"></th> | 4 <th scope="col"></th> |
5 </tr> | 5 </tr> |
6 <tr> | 6 <tr> |
7 <td><strong>Description:</strong></td> | |
8 <td>Use <code>chrome.pushMessaging</code> to send message data | |
9 to app or extension users.</td> | |
10 </tr> | |
11 <tr> | |
12 <td><strong>Availability:</strong></td> | |
13 <td>Google Chrome 24</td> | |
14 </tr> | |
15 <tr> | |
16 <td><strong>Permissions:</strong></td> | 7 <td><strong>Permissions:</strong></td> |
17 <td><code>"pushMessaging"</code></td> | 8 <td><code>"pushMessaging"</code></td> |
18 </tr> | 9 </tr> |
19 <tr> | 10 <tr> |
20 <td><strong>Learn more:</strong></td> | 11 <td><strong>Learn more:</strong></td> |
21 <td><a href="cloudMessaging.html">Google Cloud Messaging for Chrome</a>;<br> | 12 <td><a href="cloudMessaging.html">Google Cloud Messaging for Chrome</a>;<br> |
22 <a href="gcm_server.html">API Reference for GCM service</a></td> | 13 <a href="gcm_server.html">API Reference for GCM service</a></td> |
23 </tr> | 14 </tr> |
24 </table> | 15 </table> |
OLD | NEW |