Zap - Desktop Notifications
Mirror Android notifications
Zap - Desktop Notifications क्या है?
Zap - Desktop Notifications Octopus Beach द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirror Android notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zap - Desktop Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |