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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}