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.

O que é ChatBot AI - ChatGPT & Claude & Bard & Bing?

ChatBot AI - ChatGPT & Claude & Bard & Bing é uma extensão do Chrome desenvolvida por AI - GPT, e sua principal característica é "ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatBot AI - ChatGPT & Claude & Bard & Bing

Baixe arquivos de extensão ChatBot AI - ChatGPT & Claude & Bard & Bing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ChatBot AI - ChatGPT & Claude & Bard & Bing ChatBot AI - ChatGPT & Claude & Bard & Bing
ID apknopgplijcepgmlncjhdcdjifhdmbo
URL Oficial https://chromewebstore.google.com/detail/chatbot-ai-chatgpt-claude/apknopgplijcepgmlncjhdcdjifhdmbo
Descrição ChatBot is a copilot that uses ChatGPT, Bing, Claude, Bard, and more to answer questions like translations, emails, Q&As, and more.
Tamanho do Arquivo 2.77 MB
Contagem de Instalações 933
Versão Atual 2.0.1
Última Atualização 2023-12-29
Data de Publicação 2023-09-04
Classificação 4.00/5 Total de 14 Avaliações
Desenvolvedor AI - GPT
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://gptplus.io/privacy-policy
Idiomas Suportados 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
        }
    ]
}