Gmail Bot

Ask ChatGPT about your Gmail messages

Qu'est-ce que Gmail Bot ?

Gmail Bot est une extension Chrome développée par Codimite, et sa fonction principale est "Ask ChatGPT about your Gmail messages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail Bot

Téléchargez les fichiers d'extension Gmail Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gmail Bot Gmail Bot
ID ngehchibekapmbbbfjpolmhgppgcedka
URL Officiel https://chromewebstore.google.com/detail/gmail-bot/ngehchibekapmbbbfjpolmhgppgcedka
Description Ask ChatGPT about your Gmail messages
Taille du Fichier 46.36 KB
Nombre d'Installations 157
Version Actuelle 0.1.10
Dernière Mise à Jour 2023-05-15
Date de Publication 2023-02-23
Développeur Codimite
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mail-ai.devcodimite.com/
URL de la Page de Politique de Confidentialité https://www.codimite.com/privacy-policy
Langues Prises en Charge 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"
    }
}