Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Cos'è Draw Attention for Zopim?

Draw Attention for Zopim è un'estensione di Chrome sviluppata da Jan Gruncl, e la sua funzione principale è "Blinks the taskbar on Zopim title change".

Scarica il file CRX dell'estensione Draw Attention for Zopim

Scarica i file di estensione Draw Attention for Zopim in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Blinks the taskbar on Zopim title change                    

Informazioni di Base sull'Estensione

Nome Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
URL Ufficiale https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Descrizione Blinks the taskbar on Zopim title change
Dimensione del File 3.82 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2016-05-25
Data di Pubblicazione 2016-05-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jan Gruncl
Tipo di Pagamento free
Lingue Supportate 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
    }
}