Zap - Desktop Notifications
Mirror Android notifications
Τι είναι το Zap - Desktop Notifications;
Το Zap - Desktop Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Octopus Beach, και η κύρια λειτουργία του είναι "Mirror Android notifications".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zap - Desktop Notifications
Λήψη αρχείων επέκτασης Zap - Desktop Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |