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是由kevin.martellotti開發的Chrome擴展程式,該擴展的主要功能是“This is an extension that allows you to start texting a number on the web application with the least amount of steps.”。

擴展截圖

screenshot
screenshot

下載Tap Tap - no need to add number擴展crx文件

下載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
官方網址 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'"
}