Superchat - ChatGPT website chat

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

Cos'è Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat è un'estensione di Chrome sviluppata da https://superchat.im, e la sua funzione principale è "Chat with AI about website content. Consume knowledge 10x.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Superchat - ChatGPT website chat

Scarica i file di estensione Superchat - ChatGPT website chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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)                    

Informazioni di Base sull'Estensione

Nome Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
URL Ufficiale https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
Descrizione Chat with AI about website content. Consume knowledge 10x.
Dimensione del File 202 KB
Conteggio Installazioni 132
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-06-19
Data di Pubblicazione 2023-05-26
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://superchat.im
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://superchat.im
URL della Pagina della Politica sulla Privacy https://www.superchat.im/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}