Superchat - ChatGPT website chat

Chat with AI about website content. Consume knowledge 10x.

¿Qué es Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat es una extensión de Chrome desarrollada por https://superchat.im, y su función principal es "Chat with AI about website content. Consume knowledge 10x.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Superchat - ChatGPT website chat

Descarga archivos de extensión Superchat - ChatGPT website chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "Summarize this content in three bullet points"
"Explain this content to me like I'm 5"
"Why is this content important?"

Ask any question to your browser window.
When you're reading a really long document with lots of detail on it, you can trigger Superchat.
Superchat, an AI assistant powered by ChatGPT, enables you to extract information from your browser content like never before.

Just a simple, on-the-point app to help you go through your daily tasks.
Get to the gist. Unlock your productivity.

Keyboard shortcut: COMMAND (or CTRL) + SHIFT + S (for 'S'uperchat)                    

Información Básica de la Extensión

Nombre Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
URL Oficial https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
Descripción Chat with AI about website content. Consume knowledge 10x.
Tamaño del Archivo 202 KB
Cantidad de Instalaciones 132
Versión Actual 1.0.6
Última Actualización 2023-06-19
Fecha de Publicación 2023-05-26
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://superchat.im
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://superchat.im
URL de la Página de Política de Privacidad https://www.superchat.im/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Superchat - ChatGPT website chat",
    "version": "1.0.6",
    "description": "Chat with AI about website content. Consume knowledge 10x.",
    "action": {
        "default_icon": {
            "48": "logo192.png"
        },
        "default_title": "Superchat - ChatGPT website chat",
        "default_popup": "index.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "48": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg",
                "\/*.svg",
                "public\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}