Yooz - Free ChatGPT Writer

Use ChatGPT while browsing the web

ما هو Yooz - Free ChatGPT Writer؟

Yooz - Free ChatGPT Writer هو إضافة Chrome تم تطويرها بواسطة https://yooz.ai، والميزة الرئيسية لها هي "Use ChatGPT while browsing the web".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Yooz - Free ChatGPT Writer

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

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

                        Introducing ChatGPT Copilot from Yooz, your FREE personal AI assistant! With Yooz ChatGPT Copilot, you can effortlessly write messages and replies, create engaging content, and improve your productivity like never before.

⭐ The main features of ChatGPT Copilot:

✔️ Ask AI to write content without leaving the website (works on all sites).
✔️ Select text and summarize, explain, translate… with the most powerful AI engine.
✔️ Integrated Yooz buttons for LinkedIn, Gmail, Outlook and Slack to automatically detect context. and write messages, posts, and comments...
✔️ Enhanced for Github to review code changes in commit files.
✔️ All languages are supported here, so feel free to write in whichever one you prefer.

⭐ Usage guide:

➡️ Log in to https://chat.openai.com once, and then use the extension everywhere.
➡️ If you encounter an error, try reopening chat.openai.com. The service may be in high demand.
➡️ You can also use your own OpenAI API key for more custom and stable usage
➡️ Out-of-the-box support is available for ChatGPT Plus & ChatGPT-4, Yooz will detect automatically if you have ChatGPT Plus subscription and use the configured model

Our extension is constantly being improved 🚀. If you encounter any issues, please do not hesitate to contact us.                    

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

الاسم Yooz - Free ChatGPT Writer Yooz - Free ChatGPT Writer
ID hhijegfgodpbaaalajoknihbgakjgdob
عنوان URL الرسمي https://chromewebstore.google.com/detail/yooz-free-chatgpt-writer/hhijegfgodpbaaalajoknihbgakjgdob
الوصف Use ChatGPT while browsing the web
حجم الملف 222 KB
عدد التثبيتات 257
النسخة الحالية 1.23.3
آخر تحديث 2024-03-04
تاريخ النشر 2023-03-27
تقييم 5.00/5 مجموع تقييمات 21
المطور https://yooz.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://yooz.ai
عنوان صفحة سياسة الخصوصية https://yooz.ai/privacy
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.23.3",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "commands": {
        "openYooz": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open ChatGPT Writer"
        }
    }
}