gappt Messenger
gappt desktop notifications
What is gappt Messenger?
gappt Messenger is a Chrome extension developed by https://gappt.com, and its main feature is "gappt desktop notifications".
Extension Screenshots
Download gappt Messenger Extension CRX File
Download gappt Messenger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | gappt Messenger |
ID | oedimeheohpkdnajllfcgdenoifjblhd |
Official URL | https://chromewebstore.google.com/detail/gappt-messenger/oedimeheohpkdnajllfcgdenoifjblhd |
Description | gappt desktop notifications |
File Size | 1.06 MB |
Installation Count | 107 |
Current Version | 6.2 |
Last Updated | 2019-01-17 |
Publish Date | 2019-01-17 |
Developer | https://gappt.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://gappt.com/legal |
Supported Languages | 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" ] } |