gappt Messenger
gappt desktop notifications
Was ist gappt Messenger?
gappt Messenger ist eine Chrome-Erweiterung, die von https://gappt.com entwickelt wurde, und ihr Hauptmerkmal ist "gappt desktop notifications".
Erweiterungsscreenshots
gappt Messenger-Erweiterungs-CRX-Datei herunterladen
Laden Sie gappt Messenger-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
If you hava a gappt. account then download this Google Chrome browser extension to get real-time notifications of requests from your customer right to your desktop.
If you are a service provider and don't already have a gappt. account - please visit http://gappt.com to find out more.
For our privacy policy please visit https://gappt.com/legal Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oedimeheohpkdnajllfcgdenoifjblhd |
| Offizielle URL | https://chromewebstore.google.com/detail/gappt-messenger/oedimeheohpkdnajllfcgdenoifjblhd |
| Beschreibung | gappt desktop notifications |
| Dateigröße | 1.06 MB |
| Installationsanzahl | 107 |
| Aktuelle Version | 6.2 |
| Letztes Update | 2019-01-17 |
| Veröffentlichungsdatum | 2019-01-17 |
| Entwickler | https://gappt.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://gappt.com/legal |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "gappt Messenger",
"version": "6.2",
"description": "gappt desktop notifications",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"cookies",
"notifications",
"background",
"*:\/\/admin.gappt.com\/",
"*:\/\/*.pubnub.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/pubsub.pubnub.com https:\/\/ps.pubnub.com https:\/\/ps1.pubnub.com https:\/\/ps2.pubnub.com https:\/\/ps3.pubnub.com https:\/\/ps4.pubnub.com https:\/\/ps5.pubnub.com; object-src 'self'",
"browser_action": {
"default_icon": "toolbar.png",
"default_popup": "settings.html"
},
"background": {
"page": "background.html"
},
"options_page": "settings.html",
"web_accessible_resources": [
"g.png",
"48.png",
"key.png",
"animation.gif",
"error.png"
]
} | |