Gmail Composer AI

Write emails with ChatGPT on Gmail

Qu'est-ce que Gmail Composer AI ?

Gmail Composer AI est une extension Chrome développée par juanmadurand, et sa fonction principale est "Write emails with ChatGPT on Gmail".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail Composer AI

Téléchargez les fichiers d'extension Gmail Composer AI 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

                        Introducing Gmail Composer AI, the ultimate productivity tool for Gmail users! With this powerful Chrome extension, writing emails has never been easier. Harnessing the incredible capabilities of ChatGPT, Gmail Composer AI takes your email composition experience to a whole new level.

Gmail Composer AI empowers you to effortlessly craft well-written and engaging emails in a fraction of the time. Whether you're a busy professional, a student, or anyone who frequently uses Gmail, this extension will revolutionize your email workflow.                    

Informations de Base sur l'Extension

Nom Gmail Composer AI Gmail Composer AI
ID admmpgllajcpkahmgeaaghkopeoalmbi
URL Officiel https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi
Description Write emails with ChatGPT on Gmail
Taille du Fichier 151 KB
Nombre d'Installations 137
Version Actuelle 1.17.1
Dernière Mise à Jour 2023-06-06
Date de Publication 2023-06-06
Développeur juanmadurand
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/juanmadurand/gmail-composer-ai
Langues Prises en Charge de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.17.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}