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…

¿Qué es Kaizen Chat Notifier?

Kaizen Chat Notifier es una extensión de Chrome desarrollada por KAIZEN platform Inc., y su función principal es "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Kaizen Chat Notifier

Descarga archivos de extensión Kaizen Chat Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kaizen Chat Notifier Kaizen Chat Notifier
ID ieollcnoemnbkefjpdenpolhkheggocc
URL Oficial https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc
Descripción This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…
Tamaño del Archivo 150 KB
Cantidad de Instalaciones 21
Versión Actual 0.1.11
Última Actualización 2016-10-04
Fecha de Publicación 2016-10-03
Desarrollador KAIZEN platform Inc.
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://support.kaizenplatform.net/hc/articles/206262241
URL de la Página de Política de Privacidad https://docs.kaizenplatform.net/ja/privacy
Idiomas Soportados 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"
    }
}