SideChat - The fastest way to use ChatGPT

The fastest way to use ChatGPT

O que é SideChat - The fastest way to use ChatGPT?

SideChat - The fastest way to use ChatGPT é uma extensão do Chrome desenvolvida por https://sidechat.ai, e sua principal característica é "The fastest way to use ChatGPT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SideChat - The fastest way to use ChatGPT

Baixe arquivos de extensão SideChat - The fastest way to use ChatGPT 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

                        Sidechat is the fastest way to use ChatGPT

Use ChatGPT better, faster, and from everywhere with SideChat.

- everything you are used to from ChatGPT but inside any browser tab
- blazingly fast, access via one click or keystroke
- direct Interface to OpenAI's ChatGPT
- pick your own assistant type
- Quick Actions like "Summarize text"
- 100% privacy-friendly
- free-to-use
- works on any website
- dark and light themes                    

Informações Básicas da Extensão

Nome SideChat - The fastest way to use ChatGPT SideChat - The fastest way to use ChatGPT
ID jocbiknfgjbpgejhmcnkcjhgfnkijdji
URL Oficial https://chromewebstore.google.com/detail/sidechat-the-fastest-way/jocbiknfgjbpgejhmcnkcjhgfnkijdji
Descrição The fastest way to use ChatGPT
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 226
Versão Atual 0.0.8
Última Atualização 2023-04-01
Data de Publicação 2023-03-18
Desenvolvedor https://sidechat.ai
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.sidechat.ai/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.33d6b020.png",
        "32": "icon32.plasmo.27afc861.png",
        "48": "icon48.plasmo.8ba71e59.png",
        "64": "icon64.plasmo.3309652e.png",
        "128": "icon128.plasmo.218fa34e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.33d6b020.png",
            "32": "icon32.plasmo.27afc861.png",
            "48": "icon48.plasmo.8ba71e59.png",
            "64": "icon64.plasmo.3309652e.png",
            "128": "icon128.plasmo.218fa34e.png"
        }
    },
    "version": "0.0.8",
    "author": "Dennis Kortsch",
    "name": "SideChat - The fastest way to use ChatGPT",
    "description": "The fastest way to use ChatGPT",
    "background": {
        "service_worker": "background.f3daaf77.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.284d3b09.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "commands": {
        "show-content": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "mac": "Command+E"
            },
            "description": "Open popup"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "main.33b84a85.css",
                "main.3ea489dc.png",
                "main.e351c7cf.png"
            ]
        }
    ]
}