Click to call

Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…

¿Qué es Click to call?

Click to call es una extensión de Chrome desarrollada por https://integrics.com, y su función principal es "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Click to call

Descarga archivos de extensión Click to call 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

                        Detects telephone numbers on any web page, and turns them into clickable links.

An account with an Enswitch provider running Enswitch 3.13 or later is required.                    

Información Básica de la Extensión

Nombre Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
URL Oficial https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Descripción Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Tamaño del Archivo 220 KB
Cantidad de Instalaciones 297
Versión Actual 1.0.13
Última Actualización 2022-09-10
Fecha de Publicación 2017-02-08
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://integrics.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://integrics.com/privacy/clients
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to call",
    "version": "1.0.13",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone.png",
                "images\/universal_link.gif",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}