ConXhub

ConXhub Extension

ConXhub là gì?

ConXhub là một tiện ích mở rộng Chrome được phát triển bởi Riptec Ltd, và tính năng chính của nó là "ConXhub Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ConXhub

Tải xuống các tệp mở rộng ConXhub 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

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ConXhub ConXhub
ID dggahpbnggcdjkhjjddinlgbnndjnfko
URL Chính Thức https://chromewebstore.google.com/detail/conxhub/dggahpbnggcdjkhjjddinlgbnndjnfko
Mô tả ConXhub Extension
Kích Thước Tệp 674 KB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 2.0.9
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Riptec Ltd
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://conxhub.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}