WASender Free Plugin

WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more

What is WASender Free Plugin?

WASender Free Plugin is a Chrome extension developed by https://wasender.com, and its main feature is "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".

Extension Screenshots

screenshot
screenshot

Download WASender Free Plugin Extension CRX File

Download WASender Free Plugin 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

                        WhatsApp Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies

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

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

Extension Basic Information

Name WASender Free Plugin WASender Free Plugin
ID dnjnjakimfpdaahjpakjjbobnfbjnjmb
Official URL https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb
Description WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
File Size 2.13 MB
Installation Count 10,022
Current Version 1.0.21
Last Updated 2022-09-03
Publish Date 2021-03-11
Rating 4.17/5 Total 30 Ratings
Developer https://wasender.com
Email [email protected]
Payment Type free
Extension Website https://waplug.in/
Help Page URL https://tawk.to/wapluginSupport
Privacy Policy Page URL https://wasender.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WASender Free Plugin",
    "version": "1.0.21",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "scripts": [
            "backgroundmin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WASender"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "css\/lib.css",
        "\/img\/*",
        "flmin.js"
    ]
}