ChatBot AI - ChatGPT & Claude & Bard & Bing

ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.

ChatBot AI - ChatGPT & Claude & Bard & Bingとは何ですか?

ChatBot AI - ChatGPT & Claude & Bard & BingはAI - GPTによって開発されたChromeの拡張機能で、その主な機能は「ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.」です。

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

screenshot
screenshot

ChatBot AI - ChatGPT & Claude & Bard & Bing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ChatBot AI assistant as your copilot, able to answer any complex question. 

💻 Feature Highlights:
1️⃣ Supports multiple models, e.g. ChatGPT, Claude, Bard, Bing
2️⃣Powerful sidebar
      ✅ ChatGPT Translator
      ✅ ChatGPT Dictionary
      ✅ Grammar check
      ✅ Customize any prompt
3️⃣ Easy to access
      ✅ Support ChatGPT API key, support GPT-3.5, GPT-4
      ✅Supports Claude API key
      ✅ Support iFlytek
4️⃣Theme
      ✅Support dark/light mode
      ✅Supports multiple color adjustments
5️⃣ ChatGPT/Claude/Bard response page:
      ✅ Markdown rendering
      ✅ Code highlighting
      ✅ Stop generating responses
      ✅ Copy response to clipboard
6️⃣ Many features to enhance your reading
7️⃣ Copywriting : Many features to optimize your writing
8️⃣ Prompt Library: This is a promptbase that provides a large number of prompts based on ChatGPT, GPT-3.5, and GPT-4.
9️⃣ Quick Action: Translate, paraphrase and paraphrase text on any web page.
🔟 Most importantly, your voice matters! 🗣 And we will continue to improve


❇️ How it works:
1️⃣ Click the extension icon
2️⃣ Choose the big oracle model you want to use
ChatBot AI Assistant uses the powerful features of ChatGPT, Claude, Bard, etc. to understand and respond to your chat messages and generate copy based on the provided templates. You can also translate, paraphrase and explain the text on any web page.




❓ FAQ:
📌 Are you considering adding more models?
   1. As written above, we will keep updating with Chatgpt synchronously in the future. If there is GPT-5 in the future, we will support it as soon as possible. And we will keep paying attention to the capabilities provided by Excel-Chatgpt, sql-Chatgpt, Mini-Chatgpt, claude, brad, etc. Maybe you can see these functions in the future.                    

拡張機能の基本情報

名前 ChatBot AI - ChatGPT & Claude & Bard & Bing ChatBot AI - ChatGPT & Claude & Bard & Bing
ID apknopgplijcepgmlncjhdcdjifhdmbo
公式URL https://chromewebstore.google.com/detail/chatbot-ai-chatgpt-claude/apknopgplijcepgmlncjhdcdjifhdmbo
説明 ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.
ファイルサイズ 2.77 MB
インストール数 933
現在のバージョン 2.0.1
最終更新日 2023-12-29
公開日 2023-09-04
評価 4.00/5 合計 14 レビュー
開発者 AI - GPT
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://gptplus.io/privacy-policy
対応言語 id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.1",
    "icons": {
        "16": "src\/assets\/icon.png",
        "32": "src\/assets\/icon.png",
        "48": "src\/assets\/icon.png",
        "128": "src\/assets\/icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "host_permissions": [
        ""
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "sidePanel"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/chatgpt-inpage-proxy.ts-loader-e8b1df8b.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "open-app": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Open ChatHub app"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/browser-polyfill-6f7fab7c.js",
                "assets\/proxy-fetch-d9de5c46.js",
                "assets\/chatgpt-inpage-proxy.ts-119b9ec0.js"
            ],
            "use_dynamic_url": true
        }
    ]
}