Meet Wonka
AI email assistant
什麼是Meet Wonka?
Meet Wonka是由https://meetwonka.com開發的Chrome擴展程式,該擴展的主要功能是“AI email assistant”。
擴展截圖
下載Meet Wonka擴展crx文件
下載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 |
ID | gmahhmpnjfpmjchcgfecclakcmbbbjpg |
官方網址 | 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": [ " |