Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Wat is Draw Attention for Zopim?

Draw Attention for Zopim is een Chrome-extensie ontwikkeld door Jan Gruncl, en de belangrijkste functie is "Blinks the taskbar on Zopim title change".

Download het CRX-bestand van de extensie Draw Attention for Zopim

Download Draw Attention for Zopim-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Blinks the taskbar on Zopim title change                    

Basisinformatie over de Extensie

Naam Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
Officiële URL https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Beschrijving Blinks the taskbar on Zopim title change
Bestandsgrootte 3.82 KB
Aantal Installaties 31
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-25
Publicatiedatum 2016-05-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jan Gruncl
Betalingswijze free
Ondersteunde Talen 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
    }
}