Click2Tel

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

Wat is Click2Tel?

Click2Tel is een Chrome-extensie ontwikkeld door support, en de belangrijkste functie is "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Click2Tel

Download Click2Tel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
Officiële URL https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Beschrijving Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
Bestandsgrootte 137 KB
Aantal Installaties 36
Huidige Versie 2.00
Laatst Bijgewerkt 2023-05-05
Publicatiedatum 2023-04-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar support
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}