CopyChat Five9 Connector

Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.

CopyChat Five9 Connector là gì?

CopyChat Five9 Connector là một tiện ích mở rộng Chrome được phát triển bởi Contact Cubed, và tính năng chính của nó là "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.".

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

screenshot

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

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

                        This extension is required to use CopyChat - an agent desktop call recording solution created by Contact Cubed. This extension interacts with a locally installed service to automatically capture call recordings with web based soft phone solutions and send them to Contact Cubed for Speech Analytics processing                    

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

Tên CopyChat Five9 Connector CopyChat Five9 Connector
ID mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
URL Chính Thức https://chromewebstore.google.com/detail/copychat-five9-connector/mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
Mô tả Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.
Kích Thước Tệp 55.34 KB
Số Lần Cài Đặt 1,328
Phiên Bản Hiện Tại 1.2.3.0
Cập Nhật Lần Cuối 2020-09-23
Ngày Phát Hành 2020-01-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Contact Cubed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://contactcubed.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyChat Five9 Connector",
    "short_name": "CopyChat",
    "description": "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.",
    "version": "1.2.3.0",
    "author": "ContactCubed",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.five9.com\/*"
            ],
            "js": [
                "Content\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "Resources\/logo.png",
        "default_title": "CopyChat - Contact Cubed"
    },
    "icons": {
        "16": "Resources\/Icons\/logo16.png",
        "48": "Resources\/Icons\/logo48.png",
        "128": "Resources\/Icons\/logo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.five9.com\/*"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "*:\/\/*.five9.com\/*"
    ],
    "background": {
        "scripts": [
            "Resources\/jquery.min.js",
            "Background\/background.js"
        ],
        "persistent": true,
        "matches": [
            "*:\/\/*.five9.com\/*"
        ]
    }
}