Gmail Bot

Ask ChatGPT about your Gmail messages

Cos'è Gmail Bot?

Gmail Bot è un'estensione di Chrome sviluppata da Codimite, e la sua funzione principale è "Ask ChatGPT about your Gmail messages".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Bot

Scarica i file di estensione Gmail Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gmail Bot Gmail Bot
ID ngehchibekapmbbbfjpolmhgppgcedka
URL Ufficiale https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka
Descrizione Ask ChatGPT about your Gmail messages
Dimensione del File 46.36 KB
Conteggio Installazioni 157
Versione Corrente 0.1.10
Ultimo Aggiornamento 2023-05-15
Data di Pubblicazione 2023-02-23
Sviluppatore Codimite
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mail-ai.devcodimite.com/
URL della Pagina della Politica sulla Privacy https://www.codimite.com/privacy-policy
Lingue Supportate 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"
    }
}