CopyChat Five9 Connector

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

什麼是CopyChat Five9 Connector?

CopyChat Five9 Connector是由Contact Cubed開發的Chrome擴展程式,該擴展的主要功能是“Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.”。

擴展截圖

screenshot

下載CopyChat Five9 Connector擴展crx文件

下載CopyChat Five9 Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 CopyChat Five9 Connector CopyChat Five9 Connector
ID mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
官方網址 https://chromewebstore.google.com/detail/copychat-five9-connector/mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
簡介 Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.
檔案大小 55.34 KB
安裝次數 1,328
目前版本 1.2.3.0
更新時間 2020-09-23
上架時間 2020-01-02
評分 5.00/5 共 1 次評分
開發者 Contact Cubed
電子郵箱 [email protected]
付費類型 free
擴展官網 https://contactcubed.com
支援的語言 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\/*"
        ]
    }
}