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 - это расширение Chrome, разработанное AI - GPT, и его основная функция - "ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения ChatBot AI - ChatGPT & Claude & Bard & Bing

Скачайте файлы расширений 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
Электронная почта [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
        }
    ]
}