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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KAIZEN platform Inc. และคุณลักษณะหลักของมันคือ "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaizen Chat Notifier
ดาวน์โหลดไฟล์ส่วนขยาย 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. |
อีเมล | [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" } } |