GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

O que é GenieMail - ChatGPT for Gmail?

GenieMail - ChatGPT for Gmail é uma extensão do Chrome desenvolvida por GenieMail Team, e sua principal característica é "GenieMail - AI Email Writer".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GenieMail - ChatGPT for Gmail

Baixe arquivos de extensão GenieMail - ChatGPT for Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
URL Oficial https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
Descrição GenieMail - AI Email Writer
Tamanho do Arquivo 257 KB
Contagem de Instalações 69
Versão Atual 1.0.0
Última Atualização 2023-03-22
Data de Publicação 2023-03-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor GenieMail Team
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.geniemail.ai/
URL da Página de Política de Privacidade https://www.geniemail.ai/privacy
Idiomas Suportados 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:\/\/*\/*"
    ]
}