Desktop App for WhatsApp Web

Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app

Desktop App for WhatsApp Web란 무엇입니까?

Desktop App for WhatsApp Web은(는) WhatsApp tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Desktop App for WhatsApp Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you’re a WhatsApp user, then you’re probably already aware of the convenience of being able to access the popular messaging platform from your computer. Now, you can do this even easier with the new WhatsApp Web for Chrome extension.

Web for WhatsApp Chrome is a free extension that allows you to access your messages right from your web browser. All you have to do is scan a QR code on the WhatsApp Web page with your phone, and you’ll be connected. From there, you can see all the messages, photos, and videos that have been sent to you.

One of the advantages of using the extension is that it allows you to stay connected even when you’re away from your phone. This means that you can easily check your messages and stay in touch with friends and family without having to constantly pick up your phone.                    

확장 프로그램 기본 정보

이름 Desktop App for WhatsApp Web Desktop App for WhatsApp Web
ID agelpmkaibloibilkiakjbpcknocomeo
공식 URL https://chrome.google.com/webstore/detail/web-for-whatsapp/agelpmkaibloibilkiakjbpcknocomeo
설명 Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app
파일 크기 265 KB
설치 횟수 1,941,116
현재 버전 0.9
최근 업데이트 2023-10-17
출시 날짜 2023-04-29
평점 4.59/5 총 949 개의 평점
개발자 WhatsApp tools
이메일 [email protected]
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "0.9",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "interface.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}