ConXhub
ConXhub Extension
ConXhub क्या है?
ConXhub Riptec Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ConXhub Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConXhub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A ConXhub Call Centre widget to allow Agents to manage Inbound & Held Calls via their connected device. The Widget lists each Inbound Call with; Callers Phone Number, Called Number & Identifier Name and uses a coloured dot to determine current status: Blue - Call on Hold awaiting Agent Red - Call Answered by another Agent Green - Call selected by Agent Once a call is selected it is passed to the Agent's mobile phone. An Api stores relevant data to be used in conjunction with the Companies CRM system, potentially opening the relevant page for the Agent. Buttons within the widget allow agents to refresh and clear existing data, as well as log out. A badge attached to the widget icon lists the current number of calls on hold. The list is opened and closed by simply left clicking on the Widget Icon. The widget is only available to registered ConXhub users - for further information please email [email protected]
एक्सटेंशन की मूल जानकारी
नाम | ConXhub |
ID | eilgmelgedpiecbnapejkjkfmhaahdjg |
आधिकारिक URL | https://chromewebstore.google.com/detail/conxhub/eilgmelgedpiecbnapejkjkfmhaahdjg |
विवरण | ConXhub Extension |
फ़ाइल का आकार | 682 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 2.0.8 |
अंतिम अपडेट | 2022-07-29 |
प्रकाशन तिथि | 2020-02-28 |
डेवलपर | Riptec Ltd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://conxhub.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConXhub", "options_page": "options.html", "version": "2.0.8", "description": "ConXhub Extension", "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "firebase-app.js", "firebase-messaging.js", "background.js", "jquery-1.12.4.js", "jquery-ui.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/conxhub16.png", "32": "images\/conxhub32.png", "48": "images\/conxhub48.png", "128": "images\/conxhub128.png" } }, "web_accessible_resources": [ "ping.m4a" ], "icons": { "16": "images\/conxhub16.png", "32": "images\/conxhub32.png", "48": "images\/conxhub48.png", "128": "images\/conxhub128.png" }, "manifest_version": 2 } |