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 là gì?

Desktop App for WhatsApp Web là một tiện ích mở rộng Chrome được phát triển bởi WhatsApp, và tính năng chính của nó là "Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Desktop App for WhatsApp Web

Tải xuống các tệp mở rộng Desktop App for WhatsApp Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Desktop App for WhatsApp Web Desktop App for WhatsApp Web
ID meoccighdbdinmpmiemdenefflindild
URL Chính Thức https://chrome.google.com/webstore/detail/web-for-whatsapp/meoccighdbdinmpmiemdenefflindild
Mô tả Open WhatsApp web just in one click in a Chrome browser, chat with friends and synchronise with mobile app
Kích Thước Tệp 64.71 KB
Số Lần Cài Đặt 1,100,272
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-04-22
Ngày Phát Hành 2023-01-05
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển WhatsApp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}