WA Sender Plugin

By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…

WA Sender Pluginคืออะไร?

WA Sender Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samtechbd และคุณลักษณะหลักของมันคือ "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…"

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

screenshot

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

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

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

                        By group send multiple customized messages

ALL FEATURES:
=> Message unlimited
=> Upload from excel file
=> Sort message by unread
=>  Privacy effect by enhancement tab :-
   *  Blur recent messages
   *  Blur contacts names
   *  Blur contacts photos
   *  Blur conversation messages

=>  Addons enhancement tab :-
   * Enable like button
   * Enable message reactions
   * Pin unread chats to the top
   * Remove duplicate contacts

=> Attach image, video, file, contact
=> Add random time gap between messages
=> Filter numbers
=> Message success or failed report
=> Download group, labels, broadcast lists, chat and all contacts

This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.                    

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

ชื่อ WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
คำอธิบาย By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
ขนาดไฟล์ 4.44 MB
จำนวนการติดตั้ง 1,733
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2022-08-02
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา samtechbd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://samtechbd.biz/wa
URL หน้าช่วยเหลือ https://samtechbd.biz/wa
URL หน้านโยบายความเป็นส่วนตัว https://wa-bulk-sender.xyz/wa/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Sender Plugin",
    "version": "1.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WA Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}