WBSender
WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption
什么是WBSender?
WBSender是由goutam.sindurs开发的Chrome扩展程序,该扩展的主要功能是“WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption”。
扩展截图
下载WBSender扩展crx文件
下载WBSender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | pmkndcjbojpecechmdidnpheljchgojb |
| 官方URL | https://chromewebstore.google.com/detail/wbsender/pmkndcjbojpecechmdidnpheljchgojb |
| 简介 | WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption |
| 文件大小 | 2.53 MB |
| 安装次数 | 52 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-08-02 |
| 上架时间 | 2023-08-02 |
| 开发者 | goutam.sindurs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://wbsender.s3kn.com/privacy |
| 支持的语言 | 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\/*"
]
}
]
} | |