Draw Attention for Zopim
Blinks the taskbar on Zopim title change
O que é Draw Attention for Zopim?
Draw Attention for Zopim é uma extensão do Chrome desenvolvida por Jan Gruncl, e sua principal característica é "Blinks the taskbar on Zopim title change".
Baixar o arquivo CRX da Extensão Draw Attention for Zopim
Baixe arquivos de extensão Draw Attention for Zopim no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Blinks the taskbar on Zopim title change
Informações Básicas da Extensão
Nome | |
ID | ccekiingfbplajbggamagmeckpaoffim |
URL Oficial | https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim |
Descrição | Blinks the taskbar on Zopim title change |
Tamanho do Arquivo | 3.82 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2016-05-25 |
Data de Publicação | 2016-05-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jan Gruncl |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |