Into Gmail

Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.

O que é Into Gmail?

Into Gmail é uma extensão do Chrome desenvolvida por https://zennai.ai, e sua principal característica é "Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Into Gmail

Baixe arquivos de extensão Into 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

                        Relax while AI composes your emails for you

Into Gmail is a powerful and user-friendly Chrome extension that utilizes ChatGPT to compose and reply to your email messages with just one click. 

In addition, Into Gmail corrects spelling and grammar errors, rephrases sentences, and translates emails quickly.

With Into Gmail, you can boost your productivity and free up time to relax. Take a deep breath and let Into Gmail take care of your email communication needs.                    

Informações Básicas da Extensão

Nome Into Gmail Into Gmail
ID adcfjjelnhpmgldpodkdknapjlcdcnce
URL Oficial https://chromewebstore.google.com/detail/into-gmail/adcfjjelnhpmgldpodkdknapjlcdcnce
Descrição Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.
Tamanho do Arquivo 4.97 MB
Contagem de Instalações 53
Versão Atual 1.6.5
Última Atualização 2023-06-22
Data de Publicação 2023-03-22
Classificação 4.97/5 Total de 34 Avaliações
Desenvolvedor https://zennai.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zennai.ai/
URL da Página de Ajuda https://zennai.ai/
URL da Página de Política de Privacidade https://zennai.ai/terms-of-use
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Into Gmail",
    "short_name": "Into",
    "version": "1.6.5",
    "author": "Seb ",
    "description": "Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.",
    "icons": {
        "128": "dist\/img\/logo.png"
    },
    "oauth2": {
        "client_id": "787953722275-d7hqochvjrnuecl73gog9f9o4p781780.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo7hN1VMAeRMERAHu\/dxYIzL3RxVKyURwbb\/M0kdWvw6gDoUrgwJYVHCEuRyA6UP7lBXsbViXQRzmNH2akfuar6L3bEmkbP06UmjojVKLWAwYAjreRHDV3pFAnIworAGz\/EYbDj3QmyPzzWlCdDgjz+XCN9jKTHuVXPF8Zn9jPNJQyB9eWmZKbYFH4Odtq8vJMfFHq6x1kjCHrefTK4R+dBTh5XmRw8eTDngWHtSuBuzClYzF5n4Kyj\/tcm+GVO73iFM7QdVClYf9WkUcQf75hQKG3hQpc48lCdwN\/q8iOTmxKxiir4mEUKPFY7XVoa6EA6vO2lQb0IDrsLXf8Is7vQIDAQAB",
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "dist\/extensionInjector.js"
            ],
            "css": [
                "dist\/extension.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/img\/logo.png",
                "dist\/img\/check.svg",
                "dist\/img\/close.svg",
                "dist\/img\/spellCheck.svg",
                "dist\/img\/rephrase.svg",
                "dist\/img\/shorten.svg",
                "dist\/img\/expand.svg",
                "dist\/img\/settings.svg",
                "dist\/img\/translate.svg",
                "dist\/img\/chevron.svg",
                "dist\/img\/back.svg",
                "dist\/img\/navL.svg",
                "dist\/img\/navR.svg",
                "dist\/img\/reload.svg",
                "dist\/img\/undo.svg",
                "dist\/img\/error.svg",
                "dist\/create.js",
                "dist\/gmailJsLoader.js",
                "dist\/extension.min.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map",
                "dist\/roboto400.woff2",
                "dist\/roboto500.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "adcfjjelnhpmgldpodkdknapjlcdcnce"
        ],
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/*.live.com\/*",
            "https:\/\/*.office.com\/*",
            "https:\/\/*.office365.com\/*",
            "*:\/\/*.chromium.org\/*"
        ],
        "accepts_tls_channel_id": false
    }
}