Draw Attention for Zopim

Blinks the taskbar on Zopim title change

ما هو Draw Attention for Zopim؟

Draw Attention for Zopim هو إضافة Chrome تم تطويرها بواسطة Jan Gruncl، والميزة الرئيسية لها هي "Blinks the taskbar on Zopim title change".

تحميل ملف CRX للإضافة Draw Attention for Zopim

قم بتنزيل ملفات الامتداد Draw Attention for Zopim بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Blinks the taskbar on Zopim title change                    

معلومات أساسية عن التمديد

الاسم Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
عنوان URL الرسمي https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
الوصف Blinks the taskbar on Zopim title change
حجم الملف 3.82 KB
عدد التثبيتات 31
النسخة الحالية 1.0
آخر تحديث 2016-05-25
تاريخ النشر 2016-05-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Jan Gruncl
نوع الدفع free
اللغات المدعومة 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
    }
}