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 là gì?
Kaizen Chat Notifier là một tiện ích mở rộng Chrome được phát triển bởi KAIZEN platform Inc., và tính năng chính của nó là "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kaizen Chat Notifier
Tải xuống các tệp mở rộng Kaizen Chat Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kaizen Chat Notifier |
ID | ieollcnoemnbkefjpdenpolhkheggocc |
URL Chính Thức | https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc |
Mô tả | This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with… |
Kích Thước Tệp | 150 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.1.11 |
Cập Nhật Lần Cuối | 2016-10-04 |
Ngày Phát Hành | 2016-10-03 |
Nhà Phát Triển | KAIZEN platform Inc. |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://support.kaizenplatform.net/hc/articles/206262241 |
URL Trang Chính Sách Bảo Mật | https://docs.kaizenplatform.net/ja/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |