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 |
官方網址 | 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. |
電子郵箱 | [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" } } |