ChatGPT Sidebar for Chrome

Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.

O que é ChatGPT Sidebar for Chrome?

ChatGPT Sidebar for Chrome é uma extensão do Chrome desenvolvida por GPTcore Studio, e sua principal característica é "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT Sidebar for Chrome

Baixe arquivos de extensão ChatGPT Sidebar for Chrome 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

                        No wasting time anymore!
Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs.

You need to have an OpenAI Account.                    

Informações Básicas da Extensão

Nome ChatGPT Sidebar for Chrome ChatGPT Sidebar for Chrome
ID ofoglgkkfchhiomfffhgeeeklfbnncpf
URL Oficial https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf
Descrição Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
Tamanho do Arquivo 1.25 MB
Contagem de Instalações 228
Versão Atual 1.0.0.0
Última Atualização 2023-09-11
Data de Publicação 2023-09-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor GPTcore Studio
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gptcorestudio.netlify.app
URL da Página de Política de Privacidade https://gptcorestudio.com/legal/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar for Chrome",
    "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.",
    "version": "1.0.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/assets\/images\/ChatGPTIcon.png",
        "48": "\/assets\/images\/ChatGPTIcon.png",
        "128": "\/assets\/images\/ChatGPTIcon.png"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/background.js"
            ]
        }
    ]
}