Into Gmail

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

Into Gmailคืออะไร?

Into Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zennai.ai และคุณลักษณะหลักของมันคือ "Powerful Outlook & Gmail extension to compose, reply, fix spelling & grammar, translate, rephrase email messages with one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Into Gmail

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}