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.

Was ist ChatBot AI - ChatGPT & Claude & Bard & Bing?

ChatBot AI - ChatGPT & Claude & Bard & Bing ist eine Chrome-Erweiterung, die von AI - GPT entwickelt wurde, und ihr Hauptmerkmal ist "ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.".

Erweiterungsscreenshots

screenshot
screenshot

ChatBot AI - ChatGPT & Claude & Bard & Bing-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatBot AI - ChatGPT & Claude & Bard & Bing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatBot AI - ChatGPT & Claude & Bard & Bing ChatBot AI - ChatGPT & Claude & Bard & Bing
ID apknopgplijcepgmlncjhdcdjifhdmbo
Offizielle URL https://chromewebstore.google.com/detail/chatbot-ai-chatgpt-claude/apknopgplijcepgmlncjhdcdjifhdmbo
Beschreibung ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.
Dateigröße 2.77 MB
Installationsanzahl 933
Aktuelle Version 2.0.1
Letztes Update 2023-12-29
Veröffentlichungsdatum 2023-09-04
Bewertung 4.00/5 Insgesamt 14 Bewertungen
Entwickler AI - GPT
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://gptplus.io/privacy-policy
Unterstützte Sprachen 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
        }
    ]
}