WT Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

WT Bulk Senderคืออะไร?

WT Bulk Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahmed Saeed และคุณลักษณะหลักของมันคือ "send dynamic messages to your customers automatically through WhatsApp web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WT Bulk Sender

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

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

                        Connect your customers easily on WhatsApp.
avoid the hassle of saving all numbers on your phone. 
messages will be sent even if numbers are not saved on phonebook.

Features:
- send customized text message with contact name.
- send all types of attachments.
- simple & friendly UI and easy to set without too much complicated settings.
- Random delay settings and sending in batch.
- Full control over the sending process and clear reporting.                    

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

ชื่อ WT Bulk Sender WT Bulk Sender
ID mmooepamgleadiggncccccalldfjdeha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wt-bulk-sender/mmooepamgleadiggncccccalldfjdeha
คำอธิบาย send dynamic messages to your customers automatically through WhatsApp web
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2022-12-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ahmed Saeed
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ahmed-saeed-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WT Bulk Sender",
    "description": "send dynamic messages to your customers automatically through WhatsApp web",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_title": "WT Bulk Sender",
        "default_icon": {
            "16": "images\/logo 16.png",
            "32": "images\/logo 32.png",
            "48": "images\/logo 48.png",
            "128": "images\/logo 128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "country_codes.js",
                "whatsapp.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/*.whatsapp.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/script.google.com\/*"
            ]
        }
    ]
}