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.
O que é Chat Buzzer by DeskMoz?
Chat Buzzer by DeskMoz é uma extensão do Chrome desenvolvida por https://deskmoz.com, e sua principal característica é "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chat Buzzer by DeskMoz
Baixe arquivos de extensão Chat Buzzer by DeskMoz 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
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.
Informações Básicas da Extensão
Nome | |
ID | lineielajfkpadmgbjmokbgmmeckchno |
URL Oficial | https://chrome.google.com/webstore/detail/chat-buzzer-by-deskmoz/lineielajfkpadmgbjmokbgmmeckchno |
Descrição | Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set. |
Tamanho do Arquivo | 277 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.5 |
Última Atualização | 2019-05-29 |
Data de Publicação | 2019-05-29 |
Classificação | 4.82/5 Total de 33 Avaliações |
Desenvolvedor | https://deskmoz.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://deskmoz.com |
URL da Página de Política de Privacidade | https://deskmoz.com/privacy-policy |
Idiomas Suportados | 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" } ] } |