Chat GPT Reply

Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.

ما هو Chat GPT Reply؟

Chat GPT Reply هو إضافة Chrome تم تطويرها بواسطة driveskydigital، والميزة الرئيسية لها هي "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".

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

screenshot

تحميل ملف CRX للإضافة Chat GPT Reply

قم بتنزيل ملفات الامتداد Chat GPT Reply بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Streamline your inbox management with AI Auto Reply, the powerful Chrome extension that leverages the ChatGPT AI model to automate responses across multiple platforms. Whether you're using  this extension empowers you to handle incoming messages efficiently and effortlessly.                    

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

الاسم Chat GPT Reply Chat GPT Reply
ID blmjpihalepofbadijebmekdfecfldgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm
الوصف Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
حجم الملف 213 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.0
آخر تحديث 2023-06-05
تاريخ النشر 2023-05-21
تقييم 5.00/5 مجموع تقييمات 3
المطور driveskydigital
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://skydigitaldrive.com/
عنوان صفحة المساعدة https://skydigitaldrive.com/
عنوان صفحة سياسة الخصوصية http://skydigitaldrive.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT Reply",
    "description": "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.chatgptreply.com\/*"
    ],
    "icons": {
        "128": "img\/iconm.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "ChatGpt Reply"
    },
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Write usig chatGPT-Reply."
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/inter.ttf"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}