Into Gmail

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

Wat is Into Gmail?

Into Gmail is een Chrome-extensie ontwikkeld door https://zennai.ai, en de belangrijkste functie is "Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Into Gmail

Download Into Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Into Gmail Into Gmail
ID adcfjjelnhpmgldpodkdknapjlcdcnce
Officiële URL https://chromewebstore.google.com/detail/into-gmail/adcfjjelnhpmgldpodkdknapjlcdcnce
Beschrijving Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.
Bestandsgrootte 4.97 MB
Aantal Installaties 53
Huidige Versie 1.6.5
Laatst Bijgewerkt 2023-06-22
Publicatiedatum 2023-03-22
Beoordeling 4.97/5 Totaal 34 Beoordelingen
Ontwikkelaar https://zennai.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zennai.ai/
Help Pagina-URL https://zennai.ai/
URL van de Privacybeleid Pagina https://zennai.ai/terms-of-use
Ondersteunde Talen 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
    }
}