Zap - Desktop Notifications
Mirror Android notifications
ما هو Zap - Desktop Notifications؟
Zap - Desktop Notifications هو إضافة Chrome تم تطويرها بواسطة Octopus Beach، والميزة الرئيسية لها هي "Mirror Android notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zap - Desktop Notifications
قم بتنزيل ملفات الامتداد Zap - Desktop Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get Android notifications on your desktop! Why choose Zap? - We don't save your notifications! Once they're shown, they're erased from the server - All network communication is done securely over SSL. - Zap is open source! https://github.com/hudclark/zap.extension - Material design on web and Android. - Simple to set up. Log in and enjoy your notifications! - Totally free! Download the Android app and get started!
معلومات أساسية عن التمديد
الاسم | Zap - Desktop Notifications |
ID | fbhlghkjilkiindkckecepgiiabjhoic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
الوصف | Mirror Android notifications |
حجم الملف | 109 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-05-04 |
تاريخ النشر | 2016-05-03 |
تقييم | 3.60/5 مجموع تقييمات 10 |
المطور | Octopus Beach |
نوع الدفع | free |
موقع الإضافة | http://hudclark.github.io/zap.extension/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zap - Desktop Notifications", "description": "Mirror Android notifications", "version": "1.0.1", "browser_action": { "default_icon": { "19": "assets\/img\/icon19.png", "38": "assets\/img\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "permissions": [ "notifications" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "\/assets\/img\/icon48.png" ] } |