EasyGPT

EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…

ما هو EasyGPT؟

EasyGPT هو إضافة Chrome تم تطويرها بواسطة Expertzz، والميزة الرئيسية لها هي "EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…".

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

screenshot

تحميل ملف CRX للإضافة EasyGPT

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

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

                        EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI by simply selecting options from drop-down menus. This intuitive platform enables users to effortlessly define their role, task, tone, output format, and subject matter, ensuring that your interaction with ChatGPT is both efficient and effective. By incorporating EasyGPT's seamless navigation system, users can optimize their use of ChatGPT, opening doors to a wide array of applications across industries and disciplines.                    

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

الاسم EasyGPT EasyGPT
ID clndenahmfgcghljfaphfbejgpncieij
عنوان URL الرسمي https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij
الوصف EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
حجم الملف 336 KB
عدد التثبيتات 52
النسخة الحالية 1.0.2
آخر تحديث 2023-05-25
تاريخ النشر 2023-05-09
المطور Expertzz
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://expertzz.com/data-privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyGPT",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}