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 |
官方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" ] } |