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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |