GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

Co je GenieMail - ChatGPT for Gmail?

GenieMail - ChatGPT for Gmail je rozšíření Chrome vyvinuté GenieMail Team, a jeho hlavní funkcí je „GenieMail - AI Email Writer“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GenieMail - ChatGPT for Gmail

Stáhněte si soubory rozšíření GenieMail - ChatGPT for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
Oficiální URL https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Popis GenieMail - AI Email Writer
Velikost souboru 257 KB
Počet instalací 69
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-03-22
Datum Vydání 2023-03-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář GenieMail Team
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.geniemail.ai/
URL Stránky Zásad Ochrany Soukromí https://www.geniemail.ai/privacy
Podporované Jazyky 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:\/\/*\/*"
    ]
}