Superchat - ChatGPT website chat

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

Wat is Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat is een Chrome-extensie ontwikkeld door https://superchat.im, en de belangrijkste functie is "Chat with AI about website content. Consume knowledge 10x.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Superchat - ChatGPT website chat

Download Superchat - ChatGPT website chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
Officiële URL https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
Beschrijving Chat with AI about website content. Consume knowledge 10x.
Bestandsgrootte 202 KB
Aantal Installaties 132
Huidige Versie 1.0.6
Laatst Bijgewerkt 2023-06-19
Publicatiedatum 2023-05-26
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://superchat.im
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://superchat.im
URL van de Privacybeleid Pagina https://www.superchat.im/privacy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}