Pro Sender - Free Bulk Message Sender

Connect with your customers and grow your business with WhatsApp enhancement tool

What is Pro Sender - Free Bulk Message Sender?

Pro Sender - Free Bulk Message Sender is a Chrome extension developed by https://www.pro-sender.com, and its main feature is "Connect with your customers and grow your business with WhatsApp enhancement tool".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pro Sender - Free Bulk Message Sender Extension CRX File

Download Pro Sender - Free Bulk Message Sender 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

                        Pro Sender is a completely FREE extension to connect with your customers by sending bulk messaging for Free

Features:
✅ Completely FREE
✅ Send personalised messages
✅ Customisation
✅ No need to save contact
✅ Add attachment
✅ Add time interval and batching
✅ Allows you to download Advance Group Contacts.
✅ Download delivery report  
✅ Extremely swift and quick customer service
✅ Schedule
✅ CSV Upload
✅ Business Chat Link for your website
✅ Respond to your customers with quick replies
✅ Real time update via notifications
✅ Real time preview of uploaded CSV of numbers
✅ No Software Installation Needed
✅ Highly User Friendly


What makes us different?
👍 Complete Free - No charges
👍 No limitation
👍 Fairly intuitive and easy to use
👍 Affordable premium features
👍 Much more utility features at a better price than competition
👍 24x7 Live Customer Support


By downloading the extension, you agree to our Terms of Service and Privacy Policy                    

Extension Basic Information

Name Pro Sender - Free Bulk Message Sender Pro Sender - Free Bulk Message Sender
ID acfobeeedjdiifcjlbjgieijiajmkang
Official URL https://chromewebstore.google.com/detail/pro-sender-free-bulk-mess/acfobeeedjdiifcjlbjgieijiajmkang
Description Connect with your customers and grow your business with WhatsApp enhancement tool
File Size 455 KB
Installation Count 7,000
Current Version 4.1.18
Last Updated 2024-03-01
Publish Date 2022-07-07
Rating 4.75/5 Total 174 Ratings
Developer https://www.pro-sender.com
Email [email protected]
Payment Type free
Extension Website https://www.pro-sender.com
Help Page URL https://tinyurl.com/ProSenderSupport
Privacy Policy Page URL https://wave-owl-cfb.notion.site/Privacy-Policy-5ccf82640ee549c28c4bbcf6ed2d125a
Supported Languages id,en,en-US,es,pt-BR,hi
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro Sender - Free Bulk Message Sender",
    "version": "4.1.18",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "16": "logo\/small.png",
        "48": "logo\/medium.png",
        "128": "logo\/large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/library\/jquery.js",
                "js\/ga-code.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js",
                "\/logo\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Pro Sender"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ]
}