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.
Was ist Tap Tap - no need to add number?
Tap Tap - no need to add number ist eine Chrome-Erweiterung, die von kevin.martellotti entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension that allows you to start texting a number on the web application with the least amount of steps.".
Erweiterungsscreenshots
Tap Tap - no need to add number-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tap Tap - no need to add number-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tap Tap - no need to add number |
ID | ajjonloiapfbpliippbilicghhhppipc |
Offizielle URL | https://chromewebstore.google.com/detail/tap-tap-no-need-to-add-nu/ajjonloiapfbpliippbilicghhhppipc |
Beschreibung | This is an extension that allows you to start texting a number on the web application with the least amount of steps. |
Dateigröße | 95.96 KB |
Installationsanzahl | 81 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2022-02-09 |
Veröffentlichungsdatum | 2021-04-28 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | kevin.martellotti |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |