ChatGPT Sidebar for Chrome

Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.

Wat is ChatGPT Sidebar for Chrome?

ChatGPT Sidebar for Chrome is een Chrome-extensie ontwikkeld door GPTcore Studio, en de belangrijkste functie is "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatGPT Sidebar for Chrome

Download ChatGPT Sidebar for Chrome-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

                        No wasting time anymore!
Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs.

You need to have an OpenAI Account.                    

Basisinformatie over de Extensie

Naam ChatGPT Sidebar for Chrome ChatGPT Sidebar for Chrome
ID ofoglgkkfchhiomfffhgeeeklfbnncpf
Officiële URL https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf
Beschrijving Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
Bestandsgrootte 1.25 MB
Aantal Installaties 228
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2023-09-11
Publicatiedatum 2023-09-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar GPTcore Studio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gptcorestudio.netlify.app
URL van de Privacybeleid Pagina https://gptcorestudio.com/legal/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar for Chrome",
    "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.",
    "version": "1.0.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/assets\/images\/ChatGPTIcon.png",
        "48": "\/assets\/images\/ChatGPTIcon.png",
        "128": "\/assets\/images\/ChatGPTIcon.png"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/background.js"
            ]
        }
    ]
}