Web for WhatsApp

Fast and easy way to open WhatsApp in a single click.

Web for WhatsAppคืออะไร?

Web for WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thepiterwolf และคุณลักษณะหลักของมันคือ "Fast and easy way to open WhatsApp in a single click."

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

screenshot
screenshot

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

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

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

                        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.

With the proliferation of the internet and its associated services, Web WhatsApp has become a popular and efficient way to communicate. Web WhatsApp is a web-based version of the popular WhatsApp messaging app that allows users to communicate with others around the world for free. It can also be used for both personal and business use, and is becoming increasingly popular with businesses.

Web WhatsApp is a great tool for small businesses, allowing them to communicate with customers and other businesses quickly and easily. It is also a good way to share information with remote employees, allowing them to stay connected without relying on emails. Web WhatsApp is also a great way to stay in touch with distant family and friends, as it allows users to send messages, files, photos, and videos to their contacts.                    

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

ชื่อ Web for WhatsApp Web for WhatsApp
ID pfdefjcfknbodekmaenhhbnpcbalegba
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pfdefjcfknbodekmaenhhbnpcbalegba
คำอธิบาย Fast and easy way to open WhatsApp in a single click.
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 2,533
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-08-09
วันที่เผยแพร่ 2023-08-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thepiterwolf
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "0.1.0",
    "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"
            ]
        }
    ],
    "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": []
}