Zap - Desktop Notifications
Mirror Android notifications
Cos'è Zap - Desktop Notifications?
Zap - Desktop Notifications è un'estensione di Chrome sviluppata da Octopus Beach, e la sua funzione principale è "Mirror Android notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zap - Desktop Notifications
Scarica i file di estensione Zap - Desktop Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | fbhlghkjilkiindkckecepgiiabjhoic |
| URL Ufficiale | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
| Descrizione | Mirror Android notifications |
| Dimensione del File | 109 KB |
| Conteggio Installazioni | 79 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-05-04 |
| Data di Pubblicazione | 2016-05-03 |
| Valutazione | 3.60/5 Totale 10 Valutazioni |
| Sviluppatore | Octopus Beach |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://hudclark.github.io/zap.extension/ |
| Lingue Supportate | 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"
]
} | |