Click2Tel

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

Qu'est-ce que Click2Tel ?

Click2Tel est une extension Chrome développée par support, et sa fonction principale est "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Click2Tel

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

                        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.                    

Informations de Base sur l'Extension

Nom Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
URL Officiel 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.
Taille du Fichier 137 KB
Nombre d'Installations 36
Version Actuelle 2.00
Dernière Mise à Jour 2023-05-05
Date de Publication 2023-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur support
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}