Into Gmail

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

什么是Into Gmail?

Into Gmail是由https://zennai.ai开发的Chrome扩展程序,该扩展的主要功能是“Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Into Gmail扩展crx文件

下载Into Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Into Gmail Into Gmail
ID adcfjjelnhpmgldpodkdknapjlcdcnce
官方URL https://chromewebstore.google.com/detail/into-gmail/adcfjjelnhpmgldpodkdknapjlcdcnce
简介 Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click.
文件大小 4.97 MB
安装次数 53
当前版本 1.6.5
更新时间 2023-06-22
上架时间 2023-03-22
评分 4.97/5 共34次评分
开发者 https://zennai.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://zennai.ai/
帮助页面URL https://zennai.ai/
隐私政策页面URL https://zennai.ai/terms-of-use
支持的语言 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
    }
}