Click to call

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

What is Click to call?

Click to call is a Chrome extension developed by https://integrics.com, and its main feature is "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Extension Screenshots

screenshot
screenshot

Download Click to call Extension CRX File

Download Click to call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
Official URL 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…
File Size 220 KB
Installation Count 297
Current Version 1.0.13
Last Updated 2022-09-10
Publish Date 2017-02-08
Rating 5.00/5 Total 2 Ratings
Developer https://integrics.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://integrics.com/privacy/clients
Supported Languages 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": [
                ""
            ]
        }
    ]
}