WASender Free Plugin
Connect with your customers via WhatsApp Messages. Send single or multiple customizable messages to your customers Free ✅…
什麼是WASender Free Plugin?
WASender Free Plugin是由https://wasender.com開發的Chrome擴展程式,該擴展的主要功能是“Connect with your customers via WhatsApp Messages. Send single or multiple customizable messages to your customers Free ✅…”。
擴展截圖
下載WASender Free Plugin擴展crx文件
下載WASender Free Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Connect with your customers via WhatsApp Messages. Send single or multiple customizable messages to your customers 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 Odisha jurisdiction.
擴展基本資訊
名稱 | WASender Free Plugin |
ID | heogilejknffekkbjdjmoamaehdblmnc |
官方網址 | https://chromewebstore.google.com/detail/wasender-free-plugin/heogilejknffekkbjdjmoamaehdblmnc |
簡介 | Connect with your customers via WhatsApp Messages. Send single or multiple customizable messages to your customers Free ✅… |
檔案大小 | 1.91 MB |
安裝次數 | 391,770 |
目前版本 | 1.0.43 |
更新時間 | 2023-12-30 |
上架時間 | 2021-09-15 |
評分 | 3.79/5 共 94 次評分 |
開發者 | https://wasender.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://wasender.com/ |
說明頁面URL | https://wasender.com/help |
隱私政策頁面URL | https://wasender.in/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WASender Free Plugin", "version": "1.0.43", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ] } ], "action": { "default_title": "WA Sender", "default_popup": "popup.html" }, "permissions": [ "storage" ], "manifest_version": 3, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/lib.css", "\/img\/*", "flmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |