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.
擴展基本資訊
名稱 | GCM Sender |
ID | mocncjplnkbdejknkdlofniphdkfphkd |
官方網址 | 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" ] } |