Kaizen Chat Notifier
This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…
Kaizen Chat Notifierとは何ですか?
Kaizen Chat NotifierはKAIZEN platform Inc.によって開発されたChromeの拡張機能で、その主な機能は「This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…」です。
拡張機能のスクリーンショット
Kaizen Chat Notifier拡張機能のCRXファイルをダウンロード
Kaizen Chat Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with other users in Kaizen Platform. - When there are any unread messages, the notification budge will be shown right under the icon. - The number in the budge indicates the number of unread messages you have. - When you are not logged in Kaizen Platform, it will be gyred out.
拡張機能の基本情報
名前 | Kaizen Chat Notifier |
ID | ieollcnoemnbkefjpdenpolhkheggocc |
公式URL | https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc |
説明 | This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with… |
ファイルサイズ | 150 KB |
インストール数 | 21 |
現在のバージョン | 0.1.11 |
最終更新日 | 2016-10-04 |
公開日 | 2016-10-03 |
開発者 | KAIZEN platform Inc. |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://support.kaizenplatform.net/hc/articles/206262241 |
プライバシーポリシーページのURL | https://docs.kaizenplatform.net/ja/privacy |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.11", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.kaizenplatform.net\/*" ], "js": [ "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.pusher.com https:\/\/api-chat.kaizenplatform.net; object-src 'self'", "permissions": [ "tabs", "webNavigation", "alarms", "https:\/\/*.kaizenplatform.net\/" ], "browser_action": { "default_icon": { "19": "images\/icon_not_logged_in-19.png", "38": "images\/icon_not_logged_in-38.png" }, "default_title": "Kaizen Chat Notifier" } } |