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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://zennai.ai/
عنوان صفحة سياسة الخصوصية 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
    }
}