Chat Buzzer by DeskMoz
Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.
Qu'est-ce que Chat Buzzer by DeskMoz ?
Chat Buzzer by DeskMoz est une extension Chrome développée par https://deskmoz.com, et sa fonction principale est "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat Buzzer by DeskMoz
Téléchargez les fichiers d'extension Chat Buzzer by DeskMoz 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
Chat Buzzer app by DeskMoz helps the users of LiveChat Inc and Zopim to answer the chats on time. Whenever a chat operator receives a chat and the chat is not answered within a defined time, this extension will send desktop and sound notification; thus the chat operators can answer the chat on time. The users can pre-define the time in seconds to set the notification. Live chat services are becoming the basic need of every website and answering the chats on time really increases customer satisfaction and boosts the sales.
Informations de Base sur l'Extension
Nom | |
ID | lineielajfkpadmgbjmokbgmmeckchno |
URL Officiel | https://chrome.google.com/webstore/detail/chat-buzzer-by-deskmoz/lineielajfkpadmgbjmokbgmmeckchno |
Description | Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set. |
Taille du Fichier | 277 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-05-29 |
Date de Publication | 2019-05-29 |
Évaluation | 4.82/5 Total 33 Évaluations |
Développeur | https://deskmoz.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://deskmoz.com |
URL de la Page de Politique de Confidentialité | https://deskmoz.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chat Buzzer by DeskMoz", "description": "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc\/ Zopim chat(s) are not answered for the time you set.", "version": "1.5", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/functions.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon-active.png", "38": "img\/icon-active-scale2.png" }, "default_title": "Chat Buzzer by DeskMoz", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "storage", "contextMenus", "*:\/\/deskmoz.com\/", "*:\/\/dashboard.deskmoz.com\/" ], "web_accessible_resources": [ "img\/icon-48.png" ], "content_scripts": [ { "matches": [ "*:\/\/my.livechatinc.com\/*", "*:\/\/dashboard.zopim.com\/*" ], "js": [ "js\/observer.js" ], "run_at": "document_idle" } ] } |