GCM Sender
Send messages using Google Cloud Messaging.
GCM Senderとは何ですか?
GCM SenderはJohn Winterによって開発されたChromeの拡張機能で、その主な機能は「Send messages using Google Cloud Messaging.」です。
拡張機能のスクリーンショット
GCM Sender拡張機能のCRXファイルをダウンロード
GCM Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | mocncjplnkbdejknkdlofniphdkfphkd |
| 公式URL | https://chromewebstore.google.com/detail/gcm-sender/mocncjplnkbdejknkdlofniphdkfphkd |
| 説明 | Send messages using Google Cloud Messaging. |
| ファイルサイズ | 80.12 KB |
| インストール数 | 175 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-09-21 |
| 公開日 | 2015-09-21 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | John Winter |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |