WACAO

WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account

WACAOคืออะไร?

WACAO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WACAO App และคุณลักษณะหลักของมันคือ "WACAO is a chat assistant that provides features like Chat group summarization and automatic text replies for your Whatsapp account"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WACAO

ดาวน์โหลดไฟล์ส่วนขยาย WACAO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WACAO WACAO
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"
}