Wariz - Whatsapp™ Automation Assistant
Whatsapp™ Automation Assistant
Wariz - Whatsapp™ Automation Assistant란 무엇입니까?
Wariz - Whatsapp™ Automation Assistant은(는) http://geniusapes.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whatsapp™ Automation Assistant"입니다.
확장 프로그램 스크린샷
Wariz - Whatsapp™ Automation Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automating your whatsapp by sending bulk message and manage contacts 1. Open web.whatsapp.com and extension 2. Add some contacts 3. Plan some messages 4. Click start process 5. Wait until done - THIS IS A DEMO FOR CODE CANYON PRODUCT -
확장 프로그램 기본 정보
이름 | |
ID | cppchfdjfagoinajnloekmjjocgmkobm |
공식 URL | https://chrome.google.com/webstore/detail/wariz-whatsapp-automation/cppchfdjfagoinajnloekmjjocgmkobm |
설명 | Whatsapp™ Automation Assistant |
파일 크기 | 242 KB |
설치 횟수 | 52 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-11-02 |
출시 날짜 | 2019-11-02 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | http://geniusapes.co |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.facebook.com/groups/2286393421682620/?ref=bookmarks |
개인정보 보호 정책 페이지 URL | https://bionicprogram.com/m/agreement/tos |
지원되는 언어 | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wariz - Whatsapp\u2122 Automation Assistant", "description": "Whatsapp\u2122 Automation Assistant", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Whatsapp\u2122 Automation Assistant" }, "permissions": [ "unlimitedStorage", "storage", "tabs", "activeTab", "webNavigation", "webRequest", "webRequestBlocking", "*:\/\/web.whatsapp.com\/*", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |