GCM Sender
Send messages using Google Cloud Messaging.
What is GCM Sender?
GCM Sender is a Chrome extension developed by John Winter, and its main feature is "Send messages using Google Cloud Messaging.".
Extension Screenshots
Download GCM Sender Extension CRX File
Download GCM Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple app used to send Google Cloud messages. I created this app to use while developing other GCM applications and thought it may be useful for other developers.
Extension Basic Information
Name | GCM Sender |
ID | mocncjplnkbdejknkdlofniphdkfphkd |
Official URL | https://chromewebstore.google.com/detail/gcm-sender/mocncjplnkbdejknkdlofniphdkfphkd |
Description | Send messages using Google Cloud Messaging. |
File Size | 80.12 KB |
Installation Count | 175 |
Current Version | 1.1 |
Last Updated | 2015-09-21 |
Publish Date | 2015-09-21 |
Rating | 5.00/5 Total 5 Ratings |
Developer | John Winter |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GCM Sender", "version": "1.1", "description": "Send messages using Google Cloud Messaging.", "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "https:\/\/android.googleapis.com\/gcm\/send", "storage" ] } |