Yooz - Free ChatGPT Writer

Use ChatGPT while browsing the web

Yooz - Free ChatGPT Writerとは何ですか?

Yooz - Free ChatGPT Writerはhttps://yooz.aiによって開発されたChromeの拡張機能で、その主な機能は「Use ChatGPT while browsing the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Yooz - Free ChatGPT Writer拡張機能のCRXファイルをダウンロード

Yooz - Free ChatGPT Writer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://yooz.ai
プライバシーポリシーページのURL 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"
        }
    }
}