Click to call

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

Co je Click to call?

Click to call je rozšíření Chrome vyvinuté https://integrics.com, a jeho hlavní funkcí je „Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Click to call

Stáhněte si soubory rozšíření Click to call ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
Oficiální URL https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Popis Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Velikost souboru 220 KB
Počet instalací 297
Aktuální Verze 1.0.13
Poslední Aktualizace 2022-09-10
Datum Vydání 2017-02-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://integrics.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://integrics.com/privacy/clients
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}