WBSender
WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption
What is WBSender?
WBSender is a Chrome extension developed by goutam.sindurs, and its main feature is "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption".
Extension Screenshots
Download WBSender Extension CRX File
Download WBSender 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
Whats app bulk message sender. 1) send whats app message without saving number. 2) send bulk message by adding numbers or by uploading numbers from excel/csv file. 3) send images and documents with caption. 4) sent reports sent/failed/retry. 5) download contacts by catergory.
Extension Basic Information
Name | WBSender |
ID | pmkndcjbojpecechmdidnpheljchgojb |
Official URL | https://chromewebstore.google.com/detail/wbsender/pmkndcjbojpecechmdidnpheljchgojb |
Description | WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption |
File Size | 2.53 MB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2023-08-02 |
Publish Date | 2023-08-02 |
Developer | goutam.sindurs |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://wbsender.s3kn.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "service_worker": "backgroundslim.js" }, "action": { "default_popup": "popup.html", "default_title": "WBSender" }, "content_scripts": [ { "js": [ "contentslim.js" ], "matches": [ "https:\/\/web.whatsapp.com\/" ] } ], "description": "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption", "icons": { "128": "img\/wbs128.png", "16": "img\/wbs16.png", "48": "img\/wbs48.png", "64": "img\/wbs64.png", "24": "img\/wbs24.png" }, "manifest_version": 3, "name": "WBSender", "permissions": [ "storage", "offscreen" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ { "resources": [ "\/css\/lib.css", "\/img\/*", "fl.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |