WBSender
WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption
WBSender란 무엇입니까?
WBSender은(는) goutam.sindurs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption"입니다.
확장 프로그램 스크린샷
WBSender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Whats app bulk message sender. 1) send whats app message without saving number. 2) send bulk message by adding numbers or by uploading numbers from excel/csv file. 3) send images and documents with caption. 4) sent reports sent/failed/retry. 5) download contacts by catergory.
확장 프로그램 기본 정보
이름 | WBSender |
ID | pmkndcjbojpecechmdidnpheljchgojb |
공식 URL | https://chromewebstore.google.com/detail/wbsender/pmkndcjbojpecechmdidnpheljchgojb |
설명 | WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption |
파일 크기 | 2.53 MB |
설치 횟수 | 52 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-08-02 |
출시 날짜 | 2023-08-02 |
개발자 | goutam.sindurs |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://wbsender.s3kn.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "service_worker": "backgroundslim.js" }, "action": { "default_popup": "popup.html", "default_title": "WBSender" }, "content_scripts": [ { "js": [ "contentslim.js" ], "matches": [ "https:\/\/web.whatsapp.com\/" ] } ], "description": "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption", "icons": { "128": "img\/wbs128.png", "16": "img\/wbs16.png", "48": "img\/wbs48.png", "64": "img\/wbs64.png", "24": "img\/wbs24.png" }, "manifest_version": 3, "name": "WBSender", "permissions": [ "storage", "offscreen" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ { "resources": [ "\/css\/lib.css", "\/img\/*", "fl.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |