GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

Co to jest GenieMail - ChatGPT for Gmail?

GenieMail - ChatGPT for Gmail to rozszerzenie Chrome opracowane przez GenieMail Team, a jego główną funkcją jest „GenieMail - AI Email Writer”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GenieMail - ChatGPT for Gmail

Pobierz pliki rozszerzeń GenieMail - ChatGPT for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
Oficjalny URL https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Opis GenieMail - AI Email Writer
Rozmiar pliku 257 KB
Liczba instalacji 69
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-03-22
Data Publikacji 2023-03-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper GenieMail Team
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.geniemail.ai/
Adres URL Strony Polityki Prywatności https://www.geniemail.ai/privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}