Draw Attention for Zopim
Blinks the taskbar on Zopim title change
什么是Draw Attention for Zopim?
Draw Attention for Zopim是由Jan Gruncl开发的Chrome扩展程序,该扩展的主要功能是“Blinks the taskbar on Zopim title change”。
下载Draw Attention for Zopim扩展crx文件
下载Draw Attention for Zopim扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blinks the taskbar on Zopim title change
扩展基本信息
名称 | |
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 } } |