Draw Attention for Zopim

Blinks the taskbar on Zopim title change

What is Draw Attention for Zopim?

Draw Attention for Zopim is a Chrome extension developed by Jan Gruncl, and its main feature is "Blinks the taskbar on Zopim title change".

Download Draw Attention for Zopim Extension CRX File

Download Draw Attention for Zopim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Blinks the taskbar on Zopim title change                    

Extension Basic Information

Name Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
Official URL https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Description Blinks the taskbar on Zopim title change
File Size 3.82 KB
Installation Count 31
Current Version 1.0
Last Updated 2016-05-25
Publish Date 2016-05-25
Rating 5.00/5 Total 1 Ratings
Developer Jan Gruncl
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Draw Attention for Zopim",
    "description": "Blinks the taskbar on Zopim title change",
    "version": "1.0",
    "permissions": [
        "https:\/\/*.zopim.com\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zopim.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}