GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

Vad är GenieMail - ChatGPT for Gmail?

GenieMail - ChatGPT for Gmail är en Chrome-tillägg utvecklad av GenieMail Team, och dess huvudfunktion är "GenieMail - AI Email Writer".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner GenieMail - ChatGPT for Gmail-förlängningens CRX-fil

Ladda ner GenieMail - ChatGPT for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
Officiell webbadress https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Beskrivning GenieMail - AI Email Writer
Filstorlek 257 KB
Antal Installationer 69
Aktuell Version 1.0.0
Senast Uppdaterad 2023-03-22
Publiceringsdatum 2023-03-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare GenieMail Team
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.geniemail.ai/
URL till Sekretesspolicy Sidan https://www.geniemail.ai/privacy
Stödda Språk 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:\/\/*\/*"
    ]
}