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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Kaizen Chat Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}