Gmail Bot
Ask ChatGPT about your Gmail messages
¿Qué es Gmail Bot?
Gmail Bot es una extensión de Chrome desarrollada por Codimite, y su función principal es "Ask ChatGPT about your Gmail messages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gmail Bot
Descarga archivos de extensión Gmail Bot 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
Once installed, refresh your page and you can find the Gmail Bot icon on top of your inbox emails list and Email Thread. Click the icon from the inbox to open the popup. You can ask questions about recent emails or the opened thread, extract important information, or summarize long conversations. E.g: * What are my updates * Summarize this conversation * Summary of the inbox When composing a new message or replying to a thread you can find the Gmail Bot Generate button right next to Send button. This can compose a suitable message for you to modify as necessary. Let the Gmail bot AI crunch through your inbox for the most important details and save your time.
Información Básica de la Extensión
Nombre | Gmail Bot |
ID | ngehchibekapmbbbfjpolmhgppgcedka |
URL Oficial | https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka |
Descripción | Ask ChatGPT about your Gmail messages |
Tamaño del Archivo | 46.36 KB |
Cantidad de Instalaciones | 157 |
Versión Actual | 0.1.10 |
Última Actualización | 2023-05-15 |
Fecha de Publicación | 2023-02-23 |
Desarrollador | Codimite |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mail-ai.devcodimite.com/ |
URL de la Página de Política de Privacidad | https://www.codimite.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Bot", "description": "Ask ChatGPT about your Gmail messages", "version": "0.1.10", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "arc.js", "inject.js" ], "css": [ "inject.css" ] } ], "icons": { "64": "bot-64.png", "128": "bot-128.png", "256": "bot.png" } } |