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