Zap - Desktop Notifications
Mirror Android notifications
Qu'est-ce que Zap - Desktop Notifications ?
Zap - Desktop Notifications est une extension Chrome développée par Octopus Beach, et sa fonction principale est "Mirror Android notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zap - Desktop Notifications
Téléchargez les fichiers d'extension Zap - Desktop Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Zap - Desktop Notifications |
ID | fbhlghkjilkiindkckecepgiiabjhoic |
URL Officiel | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
Description | Mirror Android notifications |
Taille du Fichier | 109 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-05-04 |
Date de Publication | 2016-05-03 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | Octopus Beach |
Type de Paiement | free |
Site Web de l'Extension | http://hudclark.github.io/zap.extension/ |
Langues Prises en Charge | 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" ] } |