WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
什么是WASender Free Plugin?
WASender Free Plugin是由https://wasender.com开发的Chrome扩展程序,该扩展的主要功能是“WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more”。
扩展截图
下载WASender Free Plugin扩展crx文件
下载WASender Free Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WhatsApp Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies
Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business
Export & sync your contacts lists and much more... 扩展基本信息
| 名称 | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| 官方URL | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| 简介 | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| 文件大小 | 2.13 MB |
| 安装次数 | 10,022 |
| 当前版本 | 1.0.21 |
| 更新时间 | 2022-09-03 |
| 上架时间 | 2021-03-11 |
| 评分 | 4.17/5 共30次评分 |
| 开发者 | https://wasender.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://waplug.in/ |
| 帮助页面URL | https://tawk.to/wapluginSupport |
| 隐私政策页面URL | https://wasender.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WASender Free Plugin",
"version": "1.0.21",
"description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
"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"
]
} | |