wa office
Send WhatsApp messages to a single user or to multiple users in bulk without saving number.
wa office란 무엇입니까?
wa office은(는) info.r2dclub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send WhatsApp messages to a single user or to multiple users in bulk without saving number."입니다.
확장 프로그램 스크린샷
wa office 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The most extensive "WA office" Send Whatsapp message to a single user or to multiple users in bulk without saving number. Try our simple WhatsApp marketing solution that allows you send single message and send messages to Whatsapp multiple users without limit, our "WA office" software got you covered without worries. Our "WA office" With this, you can : ✔ Send messages to WhatsApp contacts even if they are not in your contact. ✔ Download bulk contacts from WhatsApp groups in CSV format. ✔ No more manually sending messages to your customers or friends one by one. ✔ Also, Send attachments along with text messages. ✔ Also, Send personalized messages. For your WhatsApp account's safety, please : - Do not send more than 50 messages at once - Do not send more than 500 messages in a day - Simply do not spam users with unwanted messages Disclaimer: This "WA office" Chrome Extension (plugin) is not affiliated or certified WhatsApp . This is an unofficial enhancement for WhatsApp Web. If WhatsApp makes any changes to their products, we will try our best to keep ourselves upto date, but we cannot guarantee being able to serve in all cases. *Tested to work on "WA office" Chrome browser Extension
확장 프로그램 기본 정보
이름 | wa office |
ID | eckejcgmjkneoleihfamdpeaodjpphaa |
공식 URL | https://chromewebstore.google.com/detail/wa-office/eckejcgmjkneoleihfamdpeaodjpphaa |
설명 | Send WhatsApp messages to a single user or to multiple users in bulk without saving number. |
파일 크기 | 2.03 MB |
설치 횟수 | 679 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-07-08 |
출시 날짜 | 2020-07-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | info.r2dclub |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.r2media.in/Privacy-Policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wa office", "version": "1.1", "description": "Send WhatsApp messages to a single user or to multiple users in bulk without saving number.", "permissions": [ "tabs", "activeTab", "downloads", "notifications", "storage", "*:\/\/r2media.in\/*" ], "browser_action": { "default_icon": { "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png", "128": "images\/default_icon_128.png" }, "default_title": "wa office" }, "icons": { "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png", "128": "images\/default_icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "js\/consts.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "libs\/jquery-3.1.1.min.js", "contentscript\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |