GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

What is GenieMail - ChatGPT for Gmail?

GenieMail - ChatGPT for Gmail is a Chrome extension developed by GenieMail Team, and its main feature is "GenieMail - AI Email Writer".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GenieMail - ChatGPT for Gmail Extension CRX File

Download GenieMail - ChatGPT for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GenieMail is an AI powered emailing assistant for Gmail. 

Take the power of OpenAI's ChatGPT and place it conveniently in your Gmail box. 

With this simple & dynamic plug in, you can effortlessly use AI to:

- Save Time: No more planning, drafting or editing emails.

- Improve Grammar: Sound professional and well spoken.

- Perfect Comprehension : Make your emails clear and to the point.

- Summarise: Take notes and turn them into an email instantly.

GenieMail is: 
- Privacy Secure
- Simple to install
- Super smart
- Free to use

Download now to take your productivity to the next level!                    

Extension Basic Information

Name GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
Official URL https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Description GenieMail - AI Email Writer
File Size 257 KB
Installation Count 69
Current Version 1.0.0
Last Updated 2023-03-22
Publish Date 2023-03-21
Rating 5.00/5 Total 1 Ratings
Developer GenieMail Team
Email [email protected]
Payment Type in_app
Extension Website https://www.geniemail.ai/
Privacy Policy Page URL https://www.geniemail.ai/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GenieMail - ChatGPT for Gmail",
    "short_name": "GenieMail",
    "version": "1.0.0",
    "author": "GenieMail ",
    "description": "GenieMail - AI Email Writer",
    "icons": {
        "16": "GenieMail Green Logo.png",
        "48": "GenieMail Green Logo.png",
        "128": "GenieMail Green Logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}