ChatGPT Side Panel

Access ChatGPT in Chrome side panel

Cos'è ChatGPT Side Panel?

ChatGPT Side Panel è un'estensione di Chrome sviluppata da wong2, e la sua funzione principale è "Access ChatGPT in Chrome side panel".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Side Panel

Scarica i file di estensione ChatGPT Side Panel 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

                        Quickly access ChatGPT anywhere while you're browsing, with the new Chrome side panel.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Side Panel ChatGPT Side Panel
ID aacfibelemnkkbkelbhdbfhokeemfaho
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-side-panel/aacfibelemnkkbkelbhdbfhokeemfaho
Descrizione Access ChatGPT in Chrome side panel
Dimensione del File 187 KB
Conteggio Installazioni 6,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-15
Data di Pubblicazione 2023-06-15
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore wong2
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://chathub.gg/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Side Panel",
    "description": "Access ChatGPT in Chrome side panel",
    "version": "1.0.0",
    "icons": {
        "16": "src\/assets\/icon.png",
        "32": "src\/assets\/icon.png",
        "48": "src\/assets\/icon.png",
        "128": "src\/assets\/icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest",
        "notifications"
    ]
}