Zap - Desktop Notifications
Mirror Android notifications
Co je Zap - Desktop Notifications?
Zap - Desktop Notifications je rozšíření Chrome vyvinuté Octopus Beach, a jeho hlavní funkcí je „Mirror Android notifications“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zap - Desktop Notifications
Stáhněte si soubory rozšíření Zap - Desktop Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Zap - Desktop Notifications |
ID | fbhlghkjilkiindkckecepgiiabjhoic |
Oficiální URL | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
Popis | Mirror Android notifications |
Velikost souboru | 109 KB |
Počet instalací | 79 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-05-04 |
Datum Vydání | 2016-05-03 |
Hodnocení | 3.60/5 Celkem 10 Hodnocení |
Vývojář | Octopus Beach |
Typ Platby | free |
Webové stránky Rozšíření | http://hudclark.github.io/zap.extension/ |
Podporované Jazyky | 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" ] } |