gappt Messenger
gappt desktop notifications
gappt Messengerとは何ですか?
gappt Messengerはhttps://gappt.comによって開発されたChromeの拡張機能で、その主な機能は「gappt desktop notifications」です。
拡張機能のスクリーンショット
gappt Messenger拡張機能のCRXファイルをダウンロード
gappt Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | oedimeheohpkdnajllfcgdenoifjblhd |
| 公式URL | https://chromewebstore.google.com/detail/gappt-messenger/oedimeheohpkdnajllfcgdenoifjblhd |
| 説明 | gappt desktop notifications |
| ファイルサイズ | 1.06 MB |
| インストール数 | 107 |
| 現在のバージョン | 6.2 |
| 最終更新日 | 2019-01-17 |
| 公開日 | 2019-01-17 |
| 開発者 | https://gappt.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://gappt.com/legal |
| 対応言語 | 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"
]
} | |