CopyChat Five9 Connector

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

Qu'est-ce que CopyChat Five9 Connector ?

CopyChat Five9 Connector est une extension Chrome développée par Contact Cubed, et sa fonction principale est "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CopyChat Five9 Connector

Téléchargez les fichiers d'extension CopyChat Five9 Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CopyChat Five9 Connector CopyChat Five9 Connector
ID mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
URL Officiel https://chromewebstore.google.com/detail/copychat-five9-connector/mhbdadbnkbnpmfcmpkfdkjhlahgibbfi
Description Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.
Taille du Fichier 55.34 KB
Nombre d'Installations 1,328
Version Actuelle 1.2.3.0
Dernière Mise à Jour 2020-09-23
Date de Publication 2020-01-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Contact Cubed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://contactcubed.com
Langues Prises en Charge 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\/*"
        ]
    }
}