Meet Wonka
AI email assistant
¿Qué es Meet Wonka?
Meet Wonka es una extensión de Chrome desarrollada por https://meetwonka.com, y su función principal es "AI email assistant".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Meet Wonka
Descarga archivos de extensión Meet Wonka en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 💡
Información Básica de la Extensión
Nombre | Meet Wonka |
ID | gmahhmpnjfpmjchcgfecclakcmbbbjpg |
URL Oficial | https://chromewebstore.google.com/detail/meet-wonka/gmahhmpnjfpmjchcgfecclakcmbbbjpg |
Descripción | AI email assistant |
Tamaño del Archivo | 1.3 MB |
Cantidad de Instalaciones | 53 |
Versión Actual | 0.4.2 |
Última Actualización | 2023-03-14 |
Fecha de Publicación | 2023-01-13 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://meetwonka.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | http://www.meetwonka.com |
URL de la Página de Ayuda | http://www.meetwonka.com |
Idiomas Soportados | 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": [ " |