Click2Tel

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

Was ist Click2Tel?

Click2Tel ist eine Chrome-Erweiterung, die von support entwickelt wurde, und ihr Hauptmerkmal ist "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Erweiterungsscreenshots

screenshot
screenshot

Click2Tel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Click2Tel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
Offizielle URL https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Beschreibung Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
Dateigröße 137 KB
Installationsanzahl 36
Aktuelle Version 2.00
Letztes Update 2023-05-05
Veröffentlichungsdatum 2023-04-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler support
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}