WA Quick Group - Import WA Group members CSV
Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file.
What is WA Quick Group - Import WA Group members CSV?
WA Quick Group - Import WA Group members CSV is a Chrome extension developed by WA Awesome Tool, and its main feature is "Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file.".
Extension Screenshots
Download WA Quick Group - Import WA Group members CSV Extension CRX File
Download WA Quick Group - Import WA Group members CSV 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
FEATURE - Create groups by importing participants from a CSV file. - Import existing group members from CSV. - Automatically send invite group link when WhatsApp number is not in your contact list.
Extension Basic Information
Name | WA Quick Group - Import WA Group members CSV |
ID | nimhpogohihnabaooccdllippcaaloie |
Official URL | https://chromewebstore.google.com/detail/wa-quick-group-import-wa/nimhpogohihnabaooccdllippcaaloie |
Description | Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file. |
File Size | 667 KB |
Installation Count | 983 |
Current Version | 1.1.0 |
Last Updated | 2023-11-24 |
Publish Date | 2023-04-19 |
Rating | 1.00/5 Total 3 Ratings |
Developer | WA Awesome Tool |
[email protected] | |
Payment Type | free |
Extension Website | https://waquickgroup.whatsabot.com/ |
Privacy Policy Page URL | https://wagroup.whatsabot.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.1.0", "homepage_url": "https:\/\/waquickgroup.whatsabot.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |