Whatsapp Bulk Sender
send dynamic messages to your customers automatically through WhatsApp web
What is Whatsapp Bulk Sender?
Whatsapp Bulk Sender is a Chrome extension developed by Ahmed Saeed, and its main feature is "send dynamic messages to your customers automatically through WhatsApp web".
Extension Screenshots
Download Whatsapp Bulk Sender Extension CRX File
Download Whatsapp Bulk 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
Connect your customers easily on WhatsApp. avoid the hassle of saving all numbers on your phone. messages will be sent even if numbers are not saved on phonebook. Features: - send customized text message with contact name. - send all types of attachments. - simple & friendly UI and easy to set without too much complicated settings. - Random delay settings and sending in batch. - Full control over the sending process and clear reporting.
Extension Basic Information
Name | |
ID | iinnnhhgejeckhhocdikihlgnfpfiikp |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp |
Description | send dynamic messages to your customers automatically through WhatsApp web |
File Size | 183 KB |
Installation Count | 81 |
Current Version | 1.0.3 |
Last Updated | 2022-08-14 |
Publish Date | 2022-05-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ahmed Saeed |
[email protected] | |
Payment Type | free |
Extension Website | https://autotaskbots.com/downloads/whatsapp-bulk-sender/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Bulk Sender", "description": "send dynamic messages to your customers automatically through WhatsApp web", "version": "1.0.3", "manifest_version": 3, "action": { "default_title": "Whatsapp Bulk Sender", "default_icon": { "16": "images\/logo 16.png", "32": "images\/logo 32.png", "48": "images\/logo 48.png", "128": "images\/logo 128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "country_codes.js", "whatsapp.js", "main.js" ] } ], "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/softwarekeys.herokuapp.com\/*", "https:\/\/*.whatsapp.com\/*" ], "web_accessible_resources": [ { "resources": [ "popup.js" ], "matches": [ "https:\/\/softwarekeys.herokuapp.com\/*" ] } ] } |