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…

Co je Kaizen Chat Notifier?

Kaizen Chat Notifier je rozšíření Chrome vyvinuté KAIZEN platform Inc., a jeho hlavní funkcí je „This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kaizen Chat Notifier

Stáhněte si soubory rozšíření Kaizen Chat Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kaizen Chat Notifier Kaizen Chat Notifier
ID ieollcnoemnbkefjpdenpolhkheggocc
Oficiální URL https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc
Popis This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…
Velikost souboru 150 KB
Počet instalací 21
Aktuální Verze 0.1.11
Poslední Aktualizace 2016-10-04
Datum Vydání 2016-10-03
Vývojář KAIZEN platform Inc.
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://support.kaizenplatform.net/hc/articles/206262241
URL Stránky Zásad Ochrany Soukromí https://docs.kaizenplatform.net/ja/privacy
Podporované Jazyky 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"
    }
}