QuickMsg WhatsApp Bulk Message
Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.
What is QuickMsg WhatsApp Bulk Message?
QuickMsg WhatsApp Bulk Message is a Chrome extension developed by https://www.itfosters.com, and its main feature is "Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.".
Extension Screenshots
Download QuickMsg WhatsApp Bulk Message Extension CRX File
Download QuickMsg WhatsApp Bulk Message 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
QuickMsg Sender is a powerful and convenient Chrome extension that allows you to send messages to your WhatsApp contacts directly from your browser. With this handy tool, you can effortlessly share texts and links with friends, family, and colleagues on WhatsApp without switching between different apps. Site : http://msg.quickbs.com Key Features: Send Messages with Ease: No need to open WhatsApp separately. Simply login in panel and create message and add the list of contact with name and single click send message. Share Links: Easily share web links from any website or page with a simple click. Personalised Messages: Craft personalised messages for each recipient to make your communications more meaningful. Fast and Secure: The extension operates quickly and securely, ensuring that your messages are delivered safely to your contacts. 1. Install the extension from the Chrome Web Store. 2. Auto open the Login in panel and register account. 3. Create the Message and add the contact list with phone and name by list or xlsx file. 4. Save the Message. 5. Go to dashboard in panel and Click connect 6. Then click Send message 7. Congratulation you message sending start Your message will be instantly delivered to the selected contact on QuickMsg. Stay connected with your loved ones and communicate more efficiently with WhatsApp Message Sender. Download the extension now and start sending messages hassle-free. Enjoy seamless communication with WhatsApp at your fingertips! Note : Before use this extension, you have to authorise with web.whatsapp.com to you whats App account
Extension Basic Information
Name | QuickMsg WhatsApp Bulk Message |
ID | kkcdbnjjdokdhlcaikldanoaedhdimdo |
Official URL | https://chromewebstore.google.com/detail/quickmsg-whatsapp-bulk-me/kkcdbnjjdokdhlcaikldanoaedhdimdo |
Description | Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg. |
File Size | 76.54 KB |
Installation Count | 48 |
Current Version | 1.0.3 |
Last Updated | 2023-07-22 |
Publish Date | 2023-07-19 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://www.itfosters.com |
[email protected] | |
Payment Type | free |
Extension Website | https://msg.quickbs.com/ |
Help Page URL | https://msg.quickbs.com/ |
Privacy Policy Page URL | https://www.itfosters.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickMsg WhatsApp Bulk Message", "description": "Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.", "version": "1.0.3", "permissions": [ "activeTab", "tabs" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "booting.js" ] }, { "matches": [ "http:\/\/msg.quickbs.com\/dashboard" ], "js": [ "fukti.js" ] }, { "matches": [ "https:\/\/msg.quickbs.com\/dashboard" ], "js": [ "fukti.js" ] } ], "action": { "default_title": "QuickMsg Send Message", "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "manifest_version": 3 } |