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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |