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