Click2Tel

Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.

What is Click2Tel?

Click2Tel is a Chrome extension developed by support, and its main feature is "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Extension Screenshots

screenshot
screenshot

Download Click2Tel Extension CRX File

Download Click2Tel 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

                        Effortlessly click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field. Save time and make phone calls more convenient with this handy extension.                    

Extension Basic Information

Name Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
Official URL https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Description Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
File Size 137 KB
Installation Count 36
Current Version 2.00
Last Updated 2023-05-05
Publish Date 2023-04-06
Rating 5.00/5 Total 1 Ratings
Developer support
Email [email protected]
Payment Type free
Supported Languages en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click2Tel",
    "description": "Click on \"tel:\" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.",
    "version": "2.00",
    "permissions": [
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}