Contactless

Start chatting with any number, without adding it to your contacts!

Contactless란 무엇입니까?

Contactless은(는) egz01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start chatting with any number, without adding it to your contacts!"입니다.

확장 프로그램 스크린샷

screenshot

Contactless 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to message any number you come accross around the web, with the addition of a right-click-menu option: "Message on Whatsapp". Using a very simple configuration tool, you can opt to use the web version or the app version on you desktop; to avoid tidious copy-astes of "Is the ad still relevant?", you can also define a prepared message to appear at the beginning of every chat!                    

확장 프로그램 기본 정보

이름 Contactless Contactless
ID pnnllgpaeelggmomidageeopakmcfpij
공식 URL https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij
설명 Start chatting with any number, without adding it to your contacts!
파일 크기 32.97 KB
설치 횟수 31
현재 버전 0.0.2
최근 업데이트 2022-04-25
출시 날짜 2022-04-25
평점 5.00/5 총 1 개의 평점
개발자 egz01
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contactless",
    "description": "Start chatting with any number, without adding it to your contacts!",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/wa_16_padded.png",
            "32": "\/images\/wa_32_padded.png",
            "48": "\/images\/wa_48_padded.png",
            "128": "\/images\/wa_128_padded.png"
        }
    },
    "icons": {
        "16": "\/images\/wa_16_padded.png",
        "32": "\/images\/wa_32_padded.png",
        "48": "\/images\/wa_48_padded.png",
        "128": "\/images\/wa_128_padded.png"
    },
    "omnibox": {
        "keyword": "whatsapp"
    }
}