Draw Attention for Zopim

Blinks the taskbar on Zopim title change

什麼是Draw Attention for Zopim?

Draw Attention for Zopim是由Jan Gruncl開發的Chrome擴展程式,該擴展的主要功能是“Blinks the taskbar on Zopim title change”。

下載Draw Attention for Zopim擴展crx文件

下載Draw Attention for Zopim擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Blinks the taskbar on Zopim title change                    

擴展基本資訊

名稱 Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
官方網址 https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
簡介 Blinks the taskbar on Zopim title change
檔案大小 3.82 KB
安裝次數 31
目前版本 1.0
更新時間 2016-05-25
上架時間 2016-05-25
評分 5.00/5 共 1 次評分
開發者 Jan Gruncl
付費類型 free
支援的語言 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
    }
}