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…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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 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"
    }
}