GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

ما هو GPT Everywhere (correctify.ai)؟

GPT Everywhere (correctify.ai) هو إضافة Chrome تم تطويرها بواسطة An، والميزة الرئيسية لها هي "Use ChatGPT in any textbox in the Web".

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

تحميل ملف CRX للإضافة GPT Everywhere (correctify.ai)

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

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

                        Privacy-friendly Chrome extension to generate contents using OpenAI API, with your own Token. All sites are supported, even Gmail or Google Sheets.                    

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

الاسم GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
الوصف Use ChatGPT in any textbox in the Web
حجم الملف 515 KB
عدد التثبيتات 194
النسخة الحالية 0.0.2
آخر تحديث 2023-04-12
تاريخ النشر 2023-04-10
المطور An
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://correctify.ai
عنوان صفحة سياسة الخصوصية https://correctify.ai/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Duc An",
    "name": "GPT Everywhere (correctify.ai)",
    "description": "Use ChatGPT in any textbox in the Web",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}