Meet Wonka

AI email assistant

Meet Wonkaคืออะไร?

Meet Wonka เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meetwonka.com และคุณลักษณะหลักของมันคือ "AI email assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        What can you do with Wonka?

👨‍💼 Write professional and compelling emails in seconds

Save time and improve your communication with Wonka's AI-powered email writing assistant. Simply provide the basic information and let Wonka handle the rest. Our AI is trained on thousands of top-notch emails. 

📩 Context-specific email generation

Wonka's AI analyses the context of the email thread and generates context-specific responses that are tailored to the conversation at hand. This means that you can respond to emails quickly and effectively without having to spend time crafting the perfect response.

🎨 Personal styling options

Customise the style of your emails to match your desired voice and format. With Wonka, you can choose from a variety of personalization options such as text length, tone-of-voice, and originality.

💼 Tailored solutions for enterprises

Meet Wonka offers a customizable solution for enterprises that can be tailored to their specific needs. Our dedicated account managers ensure the success of the implementation of company specific data-sets and reinforcement learning.

Join our Wonka Community on LinkedIn and Discord 👋🏻


Got questions?

We’ve got the answers! Check out our Help Center for dozens of helpful articles and videos 💡                    

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

ชื่อ Meet Wonka Meet Wonka
ID gmahhmpnjfpmjchcgfecclakcmbbbjpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meet-wonka/gmahhmpnjfpmjchcgfecclakcmbbbjpg
คำอธิบาย AI email assistant
ขนาดไฟล์ 1.3 MB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.4.2
อัปเดตครั้งล่าสุด 2023-03-14
วันที่เผยแพร่ 2023-01-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://meetwonka.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://www.meetwonka.com
URL หน้าช่วยเหลือ http://www.meetwonka.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "C\u00e9dric Gilissen, Percy Antoine & Wim Schmitz",
    "version": "0.4.2",
    "description": "AI email assistant",
    "manifest_version": 3,
    "name": "Meet Wonka",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.office365.com\/mail\/*",
        "https:\/\/outlook.office.com\/mail\/*",
        "https:\/\/outlook.live.com\/mail\/*",
        "*:\/\/localhost\/*",
        "https:\/\/meetwonka.com\/*",
        "https:\/\/app.meetwonka.com\/*",
        "https:\/\/www.meetwonka.com\/*",
        "https:\/\/www.app.meetwonka.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/mail.google.com\/*",
                "*:\/\/localhost\/*",
                "https:\/\/meetwonka.com\/*",
                "https:\/\/app.meetwonka.com\/*",
                "https:\/\/www.meetwonka.com\/*",
                "https:\/\/www.app.meetwonka.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "utils\/gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "js": [
                "utils\/outlook_common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.office.com\/mail\/*"
            ],
            "js": [
                "utils\/outlook_entreprise.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "js": [
                "utils\/outlook_live.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "promptbox.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "931336410029-9angk7a09rn8nd0jqpbek7ufhi879v9c.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_icon": {
            "16": "images\/Wonka-Logo-16x16.png",
            "24": "images\/Wonka-Logo-16x16.png",
            "32": "images\/Wonka-Logo-16x16.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/Wonka-Logo-16x16.png",
        "32": "images\/Wonka-Logo-32x32.png",
        "48": "images\/Wonka-Logo-48x48.png",
        "128": "images\/Wonka-Logo-128x128.png"
    },
    "content_security_policy": {
        "script-src": "self https:\/\/www.gstatic.com\/* https:\/\/apis.google.com\/*",
        "object-src": "self"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7ZV6r7TGxMSfPa2jot1eIBNV\/L5yUECp4JqhWGfZoeej41Ly\/eI28SYc1FVuWkJ9b0BMa3KCwYvqn5oZMFSMspFb+GTb9uPm+5UPo2iEp92lt\/AxPt7HyFWseYwTMn+rCqAjq0BjwemYkraED5ghkujJVSgVjE7GFZFX3U+DKgoEBoDS4T1ZNXsLsKDICb+j8qYPh5NcoIyIkiLHXdpxn3eq8jQCcdueQTUvAms75zstVevmBwlgg0isIOunAoxe1Ib2QuDl3qg+sMBsGniNq6Afs7DO\/+kf4nXtK1FB1ijflk1mTsDZrW69cVhONRAHdjHgv7H8ecQQLD0\/LeYK3QIDAQAB"
}