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 là gì?

Tap Tap - no need to add number là một tiện ích mở rộng Chrome được phát triển bởi kevin.martellotti, và tính năng chính của nó là "This is an extension that allows you to start texting a number on the web application with the least amount of steps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tap Tap - no need to add number

Tải xuống các tệp mở rộng Tap Tap - no need to add number dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tap Tap - no need to add number Tap Tap - no need to add number
ID ajjonloiapfbpliippbilicghhhppipc
URL Chính Thức https://chromewebstore.google.com/detail/tap-tap-no-need-to-add-nu/ajjonloiapfbpliippbilicghhhppipc
Mô tả This is an extension that allows you to start texting a number on the web application with the least amount of steps.
Kích Thước Tệp 95.96 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2021-04-28
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển kevin.martellotti
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}