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.
Chat Buzzer by DeskMoz란 무엇입니까?
Chat Buzzer by DeskMoz은(는) https://deskmoz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set."입니다.
확장 프로그램 스크린샷
Chat Buzzer by DeskMoz 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | lineielajfkpadmgbjmokbgmmeckchno |
공식 URL | https://chrome.google.com/webstore/detail/chat-buzzer-by-deskmoz/lineielajfkpadmgbjmokbgmmeckchno |
설명 | Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set. |
파일 크기 | 277 KB |
설치 횟수 | 37 |
현재 버전 | 1.5 |
최근 업데이트 | 2019-05-29 |
출시 날짜 | 2019-05-29 |
평점 | 4.82/5 총 33 개의 평점 |
개발자 | https://deskmoz.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://deskmoz.com |
개인정보 보호 정책 페이지 URL | https://deskmoz.com/privacy-policy |
지원되는 언어 | 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" } ] } |