Superchat - ChatGPT website chat

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

Was ist Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat ist eine Chrome-Erweiterung, die von https://superchat.im entwickelt wurde, und ihr Hauptmerkmal ist "Chat with AI about website content. Consume knowledge 10x.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Superchat - ChatGPT website chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Superchat - ChatGPT website chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
Offizielle URL https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
Beschreibung Chat with AI about website content. Consume knowledge 10x.
Dateigröße 202 KB
Installationsanzahl 132
Aktuelle Version 1.0.6
Letztes Update 2023-06-19
Veröffentlichungsdatum 2023-05-26
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://superchat.im
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://superchat.im
URL der Datenschutzrichtlinien-Seite https://www.superchat.im/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}