Ytel Click2Call

Ytel Cloud Contact Center - Click2Call extension for Chrome.

¿Qué es Ytel Click2Call?

Ytel Click2Call es una extensión de Chrome desarrollada por Ytel, Inc., y su función principal es "Ytel Cloud Contact Center - Click2Call extension for Chrome.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ytel Click2Call

Descarga archivos de extensión Ytel Click2Call en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This is a click to call extension for Ytel’s Contact Center agents. This extension will allow agents to click on any phone number displayed as text in the browser, and will launch a call to that number in Contact Center. Upon clicking the number, the Contact Center Agent interface tab will be moved to the forefront and the call automatically initiated.

- Once the plugin is installed, the Settings page will open and the customer will be prompted for their Contact Center credentials.

- The extension puts a button on the browser toolbar for quick configuration, when clicked it opens the Settings page.

- When the extension is active and live, the icon will be blue. When inactive the icon will appear grey.                    

Información Básica de la Extensión

Nombre Ytel Click2Call Ytel Click2Call
ID kajkbbiepcbekfdplgcbjddlkphhmndi
URL Oficial https://chromewebstore.google.com/detail/ytel-click2call/kajkbbiepcbekfdplgcbjddlkphhmndi
Descripción Ytel Cloud Contact Center - Click2Call extension for Chrome.
Tamaño del Archivo 777 KB
Cantidad de Instalaciones 324
Versión Actual 2.0.2
Última Actualización 2023-07-24
Fecha de Publicación 2019-03-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Ytel, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ytel.com
URL de la Página de Ayuda https://ytel.com/
URL de la Página de Política de Privacidad https://www.ytel.com/company/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ytel Click2Call",
    "version": "2.0.2",
    "description": "Ytel Cloud Contact Center - Click2Call extension for Chrome.",
    "icons": {
        "16": "icons\/16x16.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_title": "Ytel Click2Call",
        "default_icon": "icons\/16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ]
}