WASender - WA Bulk Message Sender

The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers.

Vad är WASender - WA Bulk Message Sender?

WASender - WA Bulk Message Sender är en Chrome-tillägg utvecklad av WhatsABot, och dess huvudfunktion är "The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner WASender - WA Bulk Message Sender-förlängningens CRX-fil

Ladda ner WASender - WA Bulk Message Sender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        WA Message Sender (aka WA Message Bot🚀) is the best WhatsApp Marketing Software & Automation Tool.

Use WA Message Sender to connect with your customers by sending bulk messages.
Grow your business with WA Message Sender has never been easier.

# Features:

✓ Auto Mass Send WhatsApp Messages without save numbers.
✓ One click to Send bulk, customized, WA messages automatically.
✓ Send Text message, image, voice message, video, audio, Document file.
✓ Send View once image and video message.
✓ Extract group members, all contacts, all chats and specifiy country.
✓ Personalized messages with placeholders & spinx syntax template.
✓ Message Template
✓ Automatically save sending result to history, download success and fail list.

WA Message Sender is the ultimate WA Bulk Message Sender, WAppSenderPro, WAPlus Sender, WA Message bot. Just send WhatsApp messages to all contacts for free and start saving time now!

Kindly do not use for SPAMMING which is WhatsApp™ strictly prohibited.

# FAQ

https://wasender.whatsabot.com/#faq
If you have any questions, please keep in touch via [email protected].

# DATA PRIVACY

All data is processed in your local computer, never passing through our web server, and no one knows what you exported.

# STATEMENT

WhatsApp™ is a trademark of WhatsApp Inc. WASender is not affiliated with, endorsed, sponsored, or otherwise related to WhatsApp, Inc. or any of its affiliates or subsidiaries.                    

Grundläggande Information om Tillägg

Namn WASender - WA Bulk Message Sender WASender - WA Bulk Message Sender
ID jlhmomandpgagmphfnoglhikpedchjoa
Officiell webbadress https://chromewebstore.google.com/detail/wasender-wa-bulk-message/jlhmomandpgagmphfnoglhikpedchjoa
Beskrivning The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers.
Filstorlek 894 KB
Antal Installationer 1,034
Aktuell Version 1.2.3
Senast Uppdaterad 2024-01-11
Publiceringsdatum 2023-02-20
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare WhatsABot
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wasender.whatsabot.com
URL till Sekretesspolicy Sidan https://wasender.whatsabot.com/privacy
Stödda Språk de,en,en-GB,fr,es,it,sv,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2.3",
    "homepage_url": "https:\/\/wasender.whatsabot.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}