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 là gì?
Chat Buzzer by DeskMoz là một tiện ích mở rộng Chrome được phát triển bởi https://deskmoz.com, và tính năng chính của nó là "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chat Buzzer by DeskMoz
Tải xuống các tệp mở rộng Chat Buzzer by DeskMoz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lineielajfkpadmgbjmokbgmmeckchno |
URL Chính Thức | https://chrome.google.com/webstore/detail/chat-buzzer-by-deskmoz/lineielajfkpadmgbjmokbgmmeckchno |
Mô tả | Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set. |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-05-29 |
Ngày Phát Hành | 2019-05-29 |
Đánh Giá | 4.82/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | https://deskmoz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://deskmoz.com |
URL Trang Chính Sách Bảo Mật | https://deskmoz.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |