Click to call

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

Cos'è Click to call?

Click to call è un'estensione di Chrome sviluppata da https://integrics.com, e la sua funzione principale è "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Click to call

Scarica i file di estensione Click to call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
URL Ufficiale https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Descrizione Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Dimensione del File 220 KB
Conteggio Installazioni 297
Versione Corrente 1.0.13
Ultimo Aggiornamento 2022-09-10
Data di Pubblicazione 2017-02-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://integrics.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://integrics.com/privacy/clients
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}