Tap Tap - no need to add number

This is an extension that allows you to start texting a number on the web application with the least amount of steps.

O que é Tap Tap - no need to add number?

Tap Tap - no need to add number é uma extensão do Chrome desenvolvida por kevin.martellotti, e sua principal característica é "This is an extension that allows you to start texting a number on the web application with the least amount of steps.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tap Tap - no need to add number

Baixe arquivos de extensão Tap Tap - no need to add number 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

                        With Tap Tap, you won't need to add every number to your contacts before talking to them. All you have to do is:
Select the number, right click it then choose "send WhatsApp to this number", your browser will automatically direct you to https://web.whatsapp.com/, click continue and you will be ready to talk to the person you want to contact.

If the number is from your contry, simply select it (the code will be automatically added).

If it's outside your country, you will need to select the code along with the number.                    

Informações Básicas da Extensão

Nome Tap Tap - no need to add number Tap Tap - no need to add number
ID ajjonloiapfbpliippbilicghhhppipc
URL Oficial https://chromewebstore.google.com/detail/tap-tap-no-need-to-add-nu/ajjonloiapfbpliippbilicghhhppipc
Descrição This is an extension that allows you to start texting a number on the web application with the least amount of steps.
Tamanho do Arquivo 95.96 KB
Contagem de Instalações 81
Versão Atual 0.0.3
Última Atualização 2022-02-09
Data de Publicação 2021-04-28
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor kevin.martellotti
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tap Tap - no need to add number",
    "short_name": "TT",
    "description": "This is an extension that allows you to start texting a number on the web application with the least amount of steps.",
    "version": "0.0.3",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ipinfo.io; object-src 'self'"
}