WACAO
WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account
WACAO란 무엇입니까?
WACAO은(는) WACAO App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account"입니다.
WACAO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The WACAO chrome extension will assist you in your daily interactions with Whatsapp all within the safety and privacy of your browser. It listens to instructions on a special chat group that you can create in the following manner - 1. Create a new Whatsapp group by adding any close contact (you will need to remove this person later so be ready to answer questions!) 2. Name this group as - WACAO! (please note the ! at the end) 3. Now remove the contact that you had originally added to the group. 4. Now you have a group with only yourself. Click the green 'Start WACAO NOW' button and you can start chatting with your assistant :) Please note that this extension is in no way affiliated with Whatsapp.
확장 프로그램 기본 정보
이름 | |
ID | ieceknabaoidknogbcnjofffpaffekmj |
공식 URL | https://chrome.google.com/webstore/detail/wacao/ieceknabaoidknogbcnjofffpaffekmj |
설명 | WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account |
파일 크기 | 228 KB |
설치 횟수 | 25 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2018-07-20 |
출시 날짜 | 2018-07-20 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | WACAO App |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WACAO", "version": "0.0.0.3", "manifest_version": 2, "description": "WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account", "web_accessible_resources": [ "\/ui.js", "\/lib\/jszip.js", "\/lib\/filesaver.js", "\/lib\/jquery.js", "\/lib\/js-summarize.js", "\/lib\/lodash.js", "\/lib\/tokenizer.js" ], "icons": { "128": "wacao_128px.png", "48": "wacao_48px.png" }, "browser_action": { "default_icon": "wacao_128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "homepage_url": "https:\/\/github.com\/sidhusmart\/WACAO" } |