Zap - Desktop Notifications
Mirror Android notifications
Was ist Zap - Desktop Notifications?
Zap - Desktop Notifications ist eine Chrome-Erweiterung, die von Octopus Beach entwickelt wurde, und ihr Hauptmerkmal ist "Mirror Android notifications".
Erweiterungsscreenshots
Zap - Desktop Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zap - Desktop Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | fbhlghkjilkiindkckecepgiiabjhoic | 
| Offizielle URL | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic | 
| Beschreibung | Mirror Android notifications | 
| Dateigröße | 109 KB | 
| Installationsanzahl | 79 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2016-05-04 | 
| Veröffentlichungsdatum | 2016-05-03 | 
| Bewertung | 3.60/5 Insgesamt 10 Bewertungen | 
| Entwickler | Octopus Beach | 
| Zahlungsart | free | 
| Erweiterungswebsite | http://hudclark.github.io/zap.extension/ | 
| Unterstützte Sprachen | 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"
    ]
}  |  |