Gmail Bot

Ask ChatGPT about your Gmail messages

Was ist Gmail Bot?

Gmail Bot ist eine Chrome-Erweiterung, die von Codimite entwickelt wurde, und ihr Hauptmerkmal ist "Ask ChatGPT about your Gmail messages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gmail Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail Bot Gmail Bot
ID ngehchibekapmbbbfjpolmhgppgcedka
Offizielle URL https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka
Beschreibung Ask ChatGPT about your Gmail messages
Dateigröße 46.36 KB
Installationsanzahl 157
Aktuelle Version 0.1.10
Letztes Update 2023-05-15
Veröffentlichungsdatum 2023-02-23
Entwickler Codimite
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mail-ai.devcodimite.com/
URL der Datenschutzrichtlinien-Seite https://www.codimite.com/privacy-policy
Unterstützte Sprachen 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"
    }
}