Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
Open in Whatsapp (unofficial)란 무엇입니까?
Open in Whatsapp (unofficial)은(는) nadav.goldstein96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension which allows you to paste a phone number and open it in Whatsapp web."입니다.
확장 프로그램 스크린샷
Open in Whatsapp (unofficial) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We all know the pain of opening chat of unregistered number in whatsapp, either on the phone were you have to add the number to your contacts, or on the web where you have to use a special link. This extension aims to solve the latter, by allowing you in browser to submit the phone number and open it automatically in whatsapp web.
확장 프로그램 기본 정보
이름 | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
공식 URL | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
설명 | An extension which allows you to paste a phone number and open it in Whatsapp web. |
파일 크기 | 136 KB |
설치 횟수 | 144 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-03-25 |
출시 날짜 | 2021-03-25 |
개발자 | nadav.goldstein96 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/chrome-icon.png", "default_popup": "src\/main.html", "default_title": "Open in Whatsapp (unofficial)" }, "description": "An extension which allows you to paste a phone number and open it in Whatsapp web.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Open in Whatsapp (unofficial)", "permissions": [ "https:\/\/wa.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |