Chatsup - Powerful and Quick WA Bulk Sender

Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web.

Chatsup - Powerful and Quick WA Bulk Senderคืออะไร?

Chatsup - Powerful and Quick WA Bulk Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chatsup.co และคุณลักษณะหลักของมันคือ "Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatsup - Powerful and Quick WA Bulk Sender

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

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

                        Introducing the original and powerful WhatsApp bulk sender, now available as a powerful WhatsApp sender Chrome extension. Effortlessly send bulk WhatsApp messages without the need to save numbers, all through our user-friendly Chrome extension designed for bulk WhatsApp sending.

Features

● Send personalized message, picture, video and document
● Send message from excel
● Send to group members 1 by 1
● Customizable sending interval
● Current sending progress
● Pause and resume at any time

Discover the power of Chatsup, the free WhatsApp sender Chrome extension, and accelerate your marketing today!
Chatsup - Send personalized bulk messages is the premier bulk WhatsApp sender Chrome extension.
Effortlessly broadcast messages to all contacts, including those not saved in your address book, with a single click. Experience all the features for free and start expanding your business now! 🚀
Please remember, use responsibly and avoid SPAMMING, as it goes against WhatsApp™ policy.
Disclaimer:
This WhatsApp sender extension for Chrome is not endorsed, affiliated, or certified by Meta Inc. It's designed for use in compliance with Meta Inc's policies.
WhatsApp is a trademark of Meta Inc., registered in the U.S. and other countries.                    

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

ชื่อ Chatsup - Powerful and Quick WA Bulk Sender Chatsup - Powerful and Quick WA Bulk Sender
ID keibcfaoccngmlngokogbegkphdmakgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatsup-powerful-and-quic/keibcfaoccngmlngokogbegkphdmakgg
คำอธิบาย Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web.
ขนาดไฟล์ 19.59 MB
จำนวนการติดตั้ง 2,825
เวอร์ชันปัจจุบัน 4.7
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2022-03-06
คะแนน 3.91/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://www.chatsup.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.growby.net/chrome-extension-bulk-whatsapp-sender
URL หน้าช่วยเหลือ https://www.growby.net/
URL หน้านโยบายความเป็นส่วนตัว https://www.whatso.net/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatsup - Powerful and Quick WA Bulk Sender",
    "description": "Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web.",
    "version": "4.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "changeDom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "script-src": [
            "'self'",
            "'wasm-unsafe-eval'",
            "http:\/\/localhost:*",
            "http:\/\/127.0.0.1:*",
            "https:\/\/www.growby.net"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.growby.net\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/whatso-icon.png",
        "32": "\/whatso-icon.png",
        "48": "\/whatso-icon.png",
        "128": "\/whatso-icon.png"
    },
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/",
        ""
    ],
    "permissions": [
        "alarms",
        "scripting",
        "unlimitedStorage",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ChatsupWAPI.js",
                "wpp.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}