Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Apa itu Draw Attention for Zopim?

Draw Attention for Zopim adalah ekstensi Chrome yang dikembangkan oleh Jan Gruncl, dan fitur utamanya adalah "Blinks the taskbar on Zopim title change".

Unduh Berkas CRX Ekstensi Draw Attention for Zopim

Unduh file ekstensi Draw Attention for Zopim dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Blinks the taskbar on Zopim title change                    

Informasi Dasar Ekstensi

Nama Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
URL Resmi https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Deskripsi Blinks the taskbar on Zopim title change
Ukuran File 3.82 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-05-25
Tanggal Publikasi 2016-05-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jan Gruncl
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}