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.

Qu'est-ce que Tap Tap - no need to add number ?

Tap Tap - no need to add number est une extension Chrome développée par kevin.martellotti, et sa fonction principale est "This is an extension that allows you to start texting a number on the web application with the least amount of steps.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tap Tap - no need to add number

Téléchargez les fichiers d'extension Tap Tap - no need to add number au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tap Tap - no need to add number Tap Tap - no need to add number
ID ajjonloiapfbpliippbilicghhhppipc
URL Officiel https://chromewebstore.google.com/detail/tap-tap-no-need-to-add-nu/ajjonloiapfbpliippbilicghhhppipc
Description This is an extension that allows you to start texting a number on the web application with the least amount of steps.
Taille du Fichier 95.96 KB
Nombre d'Installations 81
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-02-09
Date de Publication 2021-04-28
Évaluation 5.00/5 Total 9 Évaluations
Développeur kevin.martellotti
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}