WhatsApp™ Web
Send and receive WhatsApp messages on your computer.
WhatsApp™ Web란 무엇입니까?
WhatsApp™ Web은(는) http://wapptab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send and receive WhatsApp messages on your computer."입니다.
확장 프로그램 스크린샷
WhatsApp™ Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WhatsApp™ Web Shortcut to WhatsApp Web. Simply click the icon and start chatting with WhatsApp Web on your Desktop, PC or Laptop! Or right-mouse-click to open WhatsApp Web in the options menu. This web extension is not related in any way to WhatsApp Web LLC.
확장 프로그램 기본 정보
이름 | |
ID | dklfljljlclneheddjgogchhcpibpekf |
공식 URL | https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf |
설명 | Send and receive WhatsApp messages on your computer. |
파일 크기 | 25.96 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-10-22 |
출시 날짜 | 2021-02-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://wapptab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wapptab.com |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bgr-page.js" ] }, "browser_action": { "default_icon": "i24px.png", "default_title": "WhatsApp\u2122 Web" }, "description": "Send and receive WhatsApp messages on your computer.", "icons": { "128": "i128px.png", "16": "i24px.png", "48": "i48px.png" }, "incognito": "spanning", "manifest_version": 2, "name": "WhatsApp\u2122 Web", "offline_enabled": true, "options_page": "options-page.html", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |