ConXhub
ConXhub Extension
什么是ConXhub?
ConXhub是由Riptec Ltd开发的Chrome扩展程序,该扩展的主要功能是“ConXhub Extension”。
扩展截图
下载ConXhub扩展crx文件
下载ConXhub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 | dggahpbnggcdjkhjjddinlgbnndjnfko |
官方URL | https://chromewebstore.google.com/detail/conxhub/dggahpbnggcdjkhjjddinlgbnndjnfko |
简介 | ConXhub Extension |
文件大小 | 674 KB |
安装次数 | 205 |
当前版本 | 2.0.9 |
更新时间 | 2023-05-11 |
上架时间 | 2020-05-25 |
评分 | 5.00/5 共2次评分 |
开发者 | 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.9", "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 } |