ChatGPT Side Panel

Access ChatGPT in Chrome side panel

What is ChatGPT Side Panel?

ChatGPT Side Panel is a Chrome extension developed by wong2, and its main feature is "Access ChatGPT in Chrome side panel".

Extension Screenshots

screenshot
screenshot

Download ChatGPT Side Panel Extension CRX File

Download ChatGPT Side Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ChatGPT Side Panel ChatGPT Side Panel
ID aacfibelemnkkbkelbhdbfhokeemfaho
Official URL https://chromewebstore.google.com/detail/chatgpt-side-panel/aacfibelemnkkbkelbhdbfhokeemfaho
Description Access ChatGPT in Chrome side panel
File Size 187 KB
Installation Count 6,000
Current Version 1.0.0
Last Updated 2023-06-15
Publish Date 2023-06-15
Rating 4.17/5 Total 6 Ratings
Developer wong2
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chathub.gg/privacy-policy
Supported Languages 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"
    ]
}