GCM Sender
Send messages using Google Cloud Messaging.
GCM Senderคืออะไร?
GCM Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Winter และคุณลักษณะหลักของมันคือ "Send messages using Google Cloud Messaging."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GCM Sender
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |