Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Was ist Draw Attention for Zopim?

Draw Attention for Zopim ist eine Chrome-Erweiterung, die von Jan Gruncl entwickelt wurde, und ihr Hauptmerkmal ist "Blinks the taskbar on Zopim title change".

Draw Attention for Zopim-Erweiterungs-CRX-Datei herunterladen

Laden Sie Draw Attention for Zopim-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Blinks the taskbar on Zopim title change                    

Grundlegende Informationen zur Erweiterung

Name Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
Offizielle URL https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Beschreibung Blinks the taskbar on Zopim title change
Dateigröße 3.82 KB
Installationsanzahl 31
Aktuelle Version 1.0
Letztes Update 2016-05-25
Veröffentlichungsdatum 2016-05-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jan Gruncl
Zahlungsart free
Unterstützte Sprachen 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
    }
}