Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Vad är Draw Attention for Zopim?

Draw Attention for Zopim är en Chrome-tillägg utvecklad av Jan Gruncl, och dess huvudfunktion är "Blinks the taskbar on Zopim title change".

Ladda ner Draw Attention for Zopim-förlängningens CRX-fil

Ladda ner Draw Attention for Zopim-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Blinks the taskbar on Zopim title change                    

Grundläggande Information om Tillägg

Namn Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
Officiell webbadress https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Beskrivning Blinks the taskbar on Zopim title change
Filstorlek 3.82 KB
Antal Installationer 31
Aktuell Version 1.0
Senast Uppdaterad 2016-05-25
Publiceringsdatum 2016-05-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Jan Gruncl
Betalningssätt free
Stödda Språk 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
    }
}