Click to call

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

Qu'est-ce que Click to call ?

Click to call est une extension Chrome développée par https://integrics.com, et sa fonction principale est "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Click to call

Téléchargez les fichiers d'extension Click to call 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

                        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.                    

Informations de Base sur l'Extension

Nom Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
URL Officiel https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Description Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Taille du Fichier 220 KB
Nombre d'Installations 297
Version Actuelle 1.0.13
Dernière Mise à Jour 2022-09-10
Date de Publication 2017-02-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://integrics.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://integrics.com/privacy/clients
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}