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…

Was ist Kaizen Chat Notifier?

Kaizen Chat Notifier ist eine Chrome-Erweiterung, die von KAIZEN platform Inc. entwickelt wurde, und ihr Hauptmerkmal ist "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Kaizen Chat Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kaizen Chat Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kaizen Chat Notifier Kaizen Chat Notifier
ID ieollcnoemnbkefjpdenpolhkheggocc
Offizielle URL https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc
Beschreibung This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…
Dateigröße 150 KB
Installationsanzahl 21
Aktuelle Version 0.1.11
Letztes Update 2016-10-04
Veröffentlichungsdatum 2016-10-03
Entwickler KAIZEN platform Inc.
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://support.kaizenplatform.net/hc/articles/206262241
URL der Datenschutzrichtlinien-Seite https://docs.kaizenplatform.net/ja/privacy
Unterstützte Sprachen 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"
    }
}