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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}