WA Biz Free Bulk Sender (Lite)

Web Bulk Sender web - Send Messages, Attachments, Personalized Message, Smart auto replies and more.

What is WA Biz Free Bulk Sender (Lite)?

WA Biz Free Bulk Sender (Lite) is a Chrome extension developed by https://wabiz.in, and its main feature is "Web Bulk Sender web - Send Messages, Attachments, Personalized Message, Smart auto replies and more.".

Extension Screenshots

screenshot

Download WA Biz Free Bulk Sender (Lite) Extension CRX File

Download WA Biz Free Bulk Sender (Lite) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Expand your customer-base with WhatsApp 

WA Biz Bulk Sender - WhatsApp Marketing Software & Automation Tool,

Using this extension, a user can send WhatsApp bulk messages to multiple contacts. Messages 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 messages needs to be sent.

Features:
- Grow Your Business By Sending Messages To Saved/Unsaved Contacts.  
- Upload CSV files of contacts
- Send Message Without Saving Contacts
- Send Links, Pictures, Documents, Videos and Contacts.
- Add Contacts Manually or Copy-Paste or upload a CSV
- Allows You To Download Group Contacts.
- Download Delivery Report  
- Option to customise time delay between messages
- Real time update via notifications
- Real time preview of uploaded CSV of numbers
- Use formatting (*BOLD* _italic_ ~strikethrough~ & EMOJI) to communicate better with your customers.
- Sends Multiple Links To your customers For Direct Offers.
- Send Message In Single Click to all your customers
- Send Customise Greetings/Wishes/Customer Connect. Helps You To Retain Customers.  
- Customer Support 24X7.
- No Software Installation Needed.
- Highly User Friendly.
- Auto Responder
- Sync contacts from cloud server
- Extremely lightweight and fast: Coded with performance in mind. Simple, intuitive UI so that you can use our extension right away.

WhatsApp Enhancements - Download and save unsaved contacts, filter non-WhatsApp number, Auto Reply and more.

Supercharge your Messaging for business today
Engage with your customers on WhatsApp and grow your business

Export & sync your contacts lists and much more...

Disclaimer: 

This Chrome plugin is not endorsed or certified WhatsApp . This is an unofficial enhancement for WhatsApp Web.

As It’s Very Clear, the tools Depends on WhatsApp . We’re Not Responsible If WhatsApp Made Critical Changes in Their Side. Although We Always Try to Make the tools up to Date, Sometimes It Might Not Be Possible to Find a Proper Workaround. We Don’t Guarantee That the Compatibility of the tools with WhatsApp Will Be Forever. Use at Your Own Risk. We Don’t Provide Any Refund for Problems That Are Originated from WhatsApp .                    

Extension Basic Information

Name WA Biz Free Bulk Sender (Lite) WA Biz Free Bulk Sender (Lite)
ID njlokjfmljicmjpongdkpgkpcemppmbn
Official URL https://chromewebstore.google.com/detail/wa-biz-free-bulk-sender-l/njlokjfmljicmjpongdkpgkpcemppmbn
Description Web Bulk Sender web - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
File Size 3.87 MB
Installation Count 34,878
Current Version 2.0.28
Last Updated 2023-09-22
Publish Date 2021-08-11
Rating 4.27/5 Total 45 Ratings
Developer https://wabiz.in
Email [email protected]
Payment Type free
Extension Website https://wabiz.in
Help Page URL https://wabiz.in/#contact
Privacy Policy Page URL https://eduomega.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Biz Free Bulk Sender (Lite)",
    "version": "2.0.28",
    "short_name": "WA Biz Free Bulk Sender (Lite)",
    "description": "Web Bulk Sender web - Send Messages, Attachments, Personalized Message, Smart auto replies and more.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "wabizbackground.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/www.wabiz.in\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "wabizcontent.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/emojis\/angry.gif",
        "img\/emojis\/care.gif",
        "img\/emojis\/haha.gif",
        "img\/emojis\/like.gif",
        "img\/emojis\/love.gif",
        "img\/emojis\/sad.gif",
        "img\/emojis\/wow.gif",
        "js\/mainlib.js",
        "css\/mainlib.css",
        "css\/tiptop.css",
        "locales\/en.json",
        "locales\/countries.json"
    ],
    "browser_action": {
        "default_popup": "wabizpopup.html",
        "default_title": "WA Biz Free WhatsApp Bulk Sender (Lite)",
        "default_icon": {
            "16": "img\/main-icon.png",
            "22": "img\/main-icon.png",
            "32": "img\/main-icon.png",
            "48": "img\/main-icon.png",
            "128": "img\/main-icon.png"
        }
    },
    "icons": {
        "16": "img\/main-icon.png",
        "22": "img\/main-icon.png",
        "32": "img\/main-icon.png",
        "48": "img\/main-icon.png",
        "128": "img\/main-icon.png"
    }
}