Click2Tel

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

O que é Click2Tel?

Click2Tel é uma extensão do Chrome desenvolvida por support, e sua principal característica é "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Click2Tel

Baixe arquivos de extensão Click2Tel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
URL Oficial https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
Descrição Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
Tamanho do Arquivo 137 KB
Contagem de Instalações 36
Versão Atual 2.00
Última Atualização 2023-05-05
Data de Publicação 2023-04-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor support
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}