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에 의해 개발된 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 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you like chatting with friends or you often communicate for business via WhatsApp? So you definitely will love the extension. Use just one click to open Whatsapp web in your browser and synchronise all your data with mobile phone to keep all chats on the hand.

Simple in using and lightweight for your laptop it's just one button to launch popular messenger in Chrome browser. Let's be in touch with friends and mates  easily.                    

확장 프로그램 기본 정보

이름 Desktop App for WhatsApp Web Desktop App for WhatsApp Web
ID meoccighdbdinmpmiemdenefflindild
공식 URL https://chrome.google.com/webstore/detail/web-for-whatsapp/meoccighdbdinmpmiemdenefflindild
설명 Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app
파일 크기 64.71 KB
설치 횟수 1,100,272
현재 버전 0.3.2
최근 업데이트 2023-04-22
출시 날짜 2023-01-05
평점 5.00/5 총 6 개의 평점
개발자 WhatsApp
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,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.3.2",
    "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": [
                "search.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}