Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Draw Attention for Zopim là gì?

Draw Attention for Zopim là một tiện ích mở rộng Chrome được phát triển bởi Jan Gruncl, và tính năng chính của nó là "Blinks the taskbar on Zopim title change".

Tải xuống tệp CRX của tiện ích mở rộng Draw Attention for Zopim

Tải xuống các tệp mở rộng Draw Attention for Zopim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Blinks the taskbar on Zopim title change                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
URL Chính Thức https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Mô tả Blinks the taskbar on Zopim title change
Kích Thước Tệp 3.82 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jan Gruncl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}