ChatGPT for Email - Remail

An AI-powered Chrome extension that helps you write better emails faster.

ما هو ChatGPT for Email - Remail؟

ChatGPT for Email - Remail هو إضافة Chrome تم تطويرها بواسطة https://remail.ai، والميزة الرئيسية لها هي "An AI-powered Chrome extension that helps you write better emails faster.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ChatGPT for Email - Remail

قم بتنزيل ملفات الامتداد ChatGPT for Email - Remail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Remail is a chrome extension for gmail that allows you to easily compose and reply to emails by clicking on a single button that the extension overlays such as "positive", "negative" or even use your own reply as a summary. You can also train Remail to generate emails based on your own sources including FAQ, Knowledge Base,..etc.

Download the Extension and sign up on Remail.ai to start writing better emails, faster.                    

معلومات أساسية عن التمديد

الاسم ChatGPT for Email - Remail ChatGPT for Email - Remail
ID jjplpolfahlhoodebebfjdbpcbopcmlk
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-for-email-remail/jjplpolfahlhoodebebfjdbpcbopcmlk
الوصف An AI-powered Chrome extension that helps you write better emails faster.
حجم الملف 1.39 MB
عدد التثبيتات 10,000
النسخة الحالية 2.1.3
آخر تحديث 2023-12-19
تاريخ النشر 2022-11-19
تقييم 4.79/5 مجموع تقييمات 38
المطور https://remail.ai
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://remail.ai
عنوان صفحة المساعدة https://remail.ai/terms-of-service
عنوان صفحة سياسة الخصوصية https://remail.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for Email - Remail",
    "short_name": "Remail",
    "version": "2.1.3",
    "description": "An AI-powered Chrome extension that helps you write better emails faster.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/remail.ai\/"
    ],
    "icons": {
        "128": "public\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/inboxsdk.js-loader.13dcf2ba.js",
                "assets\/index.tsx-loader.1b879cda.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.0a243782.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader.c1bc3050.js"
            ],
            "matches": [
                "https:\/\/*.remail.ai\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "inboxsdk.js",
                "pageWorld.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [],
            "resources": [
                "icon-128.png",
                "fonts\/*.ttf",
                "icons\/*.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/inboxsdk.js.8c5327bc.js",
                "assets\/constants.8f8267df.js",
                "assets\/package.7e828b4f.js",
                "assets\/index.tsx.b43d76b1.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.remail.ai\/*"
            ],
            "resources": [
                "assets\/package.7e828b4f.js",
                "assets\/index.ts.d1b5e081.js"
            ],
            "use_dynamic_url": true
        }
    ]
}