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.

Τι είναι το Tap Tap - no need to add number;

Το Tap Tap - no need to add number είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kevin.martellotti, και η κύρια λειτουργία του είναι "This is an extension that allows you to start texting a number on the web application with the least amount of steps.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tap Tap - no need to add number

Λήψη αρχείων επέκτασης Tap Tap - no need to add number σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tap Tap - no need to add number Tap Tap - no need to add number
ID ajjonloiapfbpliippbilicghhhppipc
Επίσημο URL https://chromewebstore.google.com/detail/tap-tap-no-need-to-add-nu/ajjonloiapfbpliippbilicghhhppipc
Περιγραφή This is an extension that allows you to start texting a number on the web application with the least amount of steps.
Μέγεθος Αρχείου 95.96 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2022-02-09
Ημερομηνία Δημοσίευσης 2021-04-28
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής kevin.martellotti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}