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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
        ]
    }
}