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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WhatsApp tools และคุณลักษณะหลักของมันคือ "Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop App for WhatsApp Web

ดาวน์โหลดไฟล์ส่วนขยาย Desktop App for WhatsApp Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}