Click2Tel

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

Vad är Click2Tel?

Click2Tel är en Chrome-tillägg utvecklad av support, och dess huvudfunktion är "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Click2Tel-förlängningens CRX-fil

Ladda ner Click2Tel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
Officiell webbadress https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Beskrivning Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
Filstorlek 137 KB
Antal Installationer 36
Aktuell Version 2.00
Senast Uppdaterad 2023-05-05
Publiceringsdatum 2023-04-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare support
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}