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
公式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
Eメール [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'"
}