Click2Tel

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

Hvad er Click2Tel?

Click2Tel er en Chrome-udvidelse udviklet af support, og dens hovedfunktion er "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Click2Tel-udvidelses-CRX-fil

Download Click2Tel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
Officiel URL https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Beskrivelse Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
Filstørrelse 137 KB
Antal Installationer 36
Nuværende Version 2.00
Senest Opdateret 2023-05-05
Udgivelsesdato 2023-04-06
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler support
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}