3CX Click2Call

The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users.

¿Qué es 3CX Click2Call?

3CX Click2Call es una extensión de Chrome desarrollada por 3CX, y su función principal es "The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 3CX Click2Call

Descarga archivos de extensión 3CX 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

                        With the 3CX extension, Click2Call functionality enables telephone numbers on any webpage or CRM system to be ‘hyperlinked’ allowing a simple click to initiate the call instead of copying and pasting. When setting up the extension, the extension options include the choice for the number to be passed to the 3CX Web Client or 3CX Desktop App for Windows. Additionally, included within the settings is an ‘Exclusion list’ where you can set specific URLs in which you do not want the numbers to be ‘hyperlinked’.  

Important: This extension is only for use with 3CX V18 and is not a standalone extension.                    

Información Básica de la Extensión

Nombre 3CX Click2Call 3CX Click2Call
ID baipgmmeifmofkcilhccccoipmjccehn
URL Oficial https://chromewebstore.google.com/detail/3cx-click2call/baipgmmeifmofkcilhccccoipmjccehn
Descripción The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users.
Tamaño del Archivo 193 KB
Cantidad de Instalaciones 276,859
Versión Actual 5.0.0.111
Última Actualización 2022-03-23
Fecha de Publicación 2020-04-09
Calificación 2.03/5 Total de 144 Calificaciones
Desarrollador 3CX
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.3cx.com/
URL de la Página de Política de Privacidad https://www.3cx.com/company/privacy
Idiomas Soportados de,en,fr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short__",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "5.0.0.111",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA28rEkdijUErkDC\/jIJgSZrzvJQl230LTYlFZw1PREl\/eICsOJp3Yc52XH8zNFpESfAyD7xb+wf14+FzUxBoYlvcPb5To85fXoQ6HRtxShBwbhtM158XDnQO+ukhy65L8UvaLm3E9NjKNnQ8oBTPiLJFDHTDeLVYRMK1K\/tFX7h2SwIe60l+vSVb2ZaQT68lLzbYsJ\/RDJQGJ94kYLIJ2IQL25KPIg1lch7L+TfzaaJC+Ww9G99N55PggXfFH+ZKus77ECtJ\/B1FWICrAmJZ2xQjnEz3SNjgCI7zn1ysoApS7kX7ui+eO8mM1fnuBcKv2DGfm+YKp6\/IPMu9RRUCN6QIDAQAB",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}