Desktop WA - online messenger

Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App.

Desktop WA - online messengerคืออะไร?

Desktop WA - online messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thu Nga Trịnh และคุณลักษณะหลักของมันคือ "Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop WA - online messenger

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

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

                        The Desktop WA - online messenger app doesn't require a desktop version of WA on your PC/ installed.


WA Web and Desktop apps are an extension on your Browser. 
They mirror all the conversations and messages you have on the app on your phone and allow you to see them all and reply to them all on your PC or Mac using your computer's keyboard instead of the keyboard on your smartphone.

Enables always-on desktop notifications: Chrome will run in background mode permanently, keeping track and showing your WA notifications instantly. You can click on the notifications to go directly to the relevant chat.

Some important features:

1. A comprehensive WA Web client right in your browser's toolbar popup UI.
2. Notifies you (via badge icon text) every time something happens on Web within the people in your chat list.


The official WhatsApp software is only released for smart phones and web.
WhatsApp is a registered trademark WhatsApp IInc. WhatsApp Desktop App is not related to the corporation and developed as an independent project.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Desktop WA - online messenger Desktop WA - online messenger
ID phmhhlgakomfnniebfokemnfladngmlf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/desktop-wa-online-messeng/phmhhlgakomfnniebfokemnfladngmlf
คำอธิบาย Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App.
ขนาดไฟล์ 504 KB
จำนวนการติดตั้ง 2,921
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2023-06-22
วันที่เผยแพร่ 2022-08-02
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Thu Nga Trịnh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1K8HBxruogt1zlBYdHTM_Pohamgou_TTXALBREqwaQ0g
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/",
        "http:\/\/web.whatsapp.com\/"
    ],
    "icons": {
        "16": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/128.png",
            "48": "icons\/128.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js",
                "redirect-link.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.15"
}