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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat Buzzer by DeskMoz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |