Web Messages

Add enhancements to your WhatsApp Web and increase productivity using Web Sender

Web Messagesคืออะไร?

Web Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Productive apps และคุณลักษณะหลักของมันคือ "Add enhancements to your WhatsApp Web and increase productivity using Web Sender"

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

screenshot

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

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

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

                        Using this extension, a user can send whatsapp messages to multiple contacts. Messeges can be customised to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messeges needs to be sent.                    

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

ชื่อ Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
คำอธิบาย Add enhancements to your WhatsApp Web and increase productivity using Web Sender
ขนาดไฟล์ 315 KB
จำนวนการติดตั้ง 4,110
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2022-02-01
วันที่เผยแพร่ 2020-12-31
คะแนน 3.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Productive apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/image128.png",
        "default_popup": "popup.html",
        "default_title": "Web Messages"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Add enhancements to your WhatsApp Web and increase productivity using Web Sender",
    "icons": {
        "128": "images\/image128.png",
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png"
    },
    "manifest_version": 2,
    "name": "Web Messages",
    "permissions": [
        "notifications",
        "https:\/\/web.whatsapp.com\/*",
        "storage"
    ],
    "version": "1.0.9"
}