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 |
| 官方網址 | 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"
]
} | |