WA Sender Free Bulk Messaging
Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts
什么是WA Sender Free Bulk Messaging?
WA Sender Free Bulk Messaging是由wasender biz plugin开发的Chrome扩展程序,该扩展的主要功能是“Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts”。
扩展截图
下载WA Sender Free Bulk Messaging扩展crx文件
下载WA Sender Free Bulk Messaging扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free ✅ Messaging (no limits*) ✅ Excel upload ✅ Privacy features ✅ Pin unread chats to top PRO ✅ Attachment Sending ✅ Name personalized bulk Messaging ✅ Setting time gap between messages ✅ Download _Msg Sent/failed reports_ ✅ Create your own Chatbot on WhatsApp web ⬇️ One-click instant download for all types of contacts ✅ All groups contacts ✅ All labels contacts ✅ All broadcast lists contacts ✅ All chat contacts ✅ All contacts 👨💻 Chat/WhatsApp/Call support DISCLAIMER This tool is not a part of WhatsApp© or Facebook©. The information on this tool is for educational purpose only, we neither support nor be help responsible for any misuse of this info. This tool is not affiliated with any brand or website. User must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). Its just a standalone tool to facilitate and extend some options in WhatsApp. Its not a spam tool and not allowed to use it for spamming or violating WhatsApp policies. This tool automates a natural human's behavior to save peopl's time in daily us We do not take responsibility on how the buyer uses this software. This is an automation tool intended to save time doing repetitive actions. All disputes subject to Mumbai jurisdiction.
扩展基本信息
名称 | |
ID | cankiolpkhdphjffldgoiaomhmgdpiig |
官方URL | https://chrome.google.com/webstore/detail/wa-sender-free-bulk-messa/cankiolpkhdphjffldgoiaomhmgdpiig |
简介 | Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts |
文件大小 | 2.13 MB |
安装次数 | 127,890 |
当前版本 | 1.0.14 |
更新时间 | 2022-09-02 |
上架时间 | 2021-09-19 |
评分 | 3.23/5 共13次评分 |
开发者 | wasender biz plugin |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://tawk.to/WASenderPluginSupport |
隐私政策页面URL | https://wasender.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Sender Free Bulk Messaging", "version": "1.0.14", "description": "Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts", "background": { "scripts": [ "backgroundmin.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "contentmin.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "WASender" }, "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "css\/lib.css", "\/img\/*", "flmin.js" ] } |