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…
Cos'è Kaizen Chat Notifier?
Kaizen Chat Notifier è un'estensione di Chrome sviluppata da KAIZEN platform Inc., e la sua funzione principale è "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kaizen Chat Notifier
Scarica i file di estensione Kaizen Chat Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Kaizen Chat Notifier |
ID | ieollcnoemnbkefjpdenpolhkheggocc |
URL Ufficiale | https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc |
Descrizione | This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with… |
Dimensione del File | 150 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.1.11 |
Ultimo Aggiornamento | 2016-10-04 |
Data di Pubblicazione | 2016-10-03 |
Sviluppatore | KAIZEN platform Inc. |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://support.kaizenplatform.net/hc/articles/206262241 |
URL della Pagina della Politica sulla Privacy | https://docs.kaizenplatform.net/ja/privacy |
Lingue Supportate | 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" } } |