Draw Attention for Zopim
Blinks the taskbar on Zopim title change
Qu'est-ce que Draw Attention for Zopim ?
Draw Attention for Zopim est une extension Chrome développée par Jan Gruncl, et sa fonction principale est "Blinks the taskbar on Zopim title change".
Télécharger le fichier CRX de l'extension Draw Attention for Zopim
Téléchargez les fichiers d'extension Draw Attention for Zopim au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Blinks the taskbar on Zopim title change
Informations de Base sur l'Extension
Nom | |
ID | ccekiingfbplajbggamagmeckpaoffim |
URL Officiel | https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim |
Description | Blinks the taskbar on Zopim title change |
Taille du Fichier | 3.82 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-05-25 |
Date de Publication | 2016-05-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jan Gruncl |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |