ChatGPT Sidebar by cloudHQ

ChatGPT sidebar as your AI assistant on any page

What is ChatGPT Sidebar by cloudHQ?

ChatGPT Sidebar by cloudHQ is a Chrome extension developed by https://www.gpt-sidebar.com, and its main feature is "ChatGPT sidebar as your AI assistant on any page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download ChatGPT Sidebar by cloudHQ Extension CRX File

Download ChatGPT Sidebar by cloudHQ 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

                        Welcome to the ChatGPT Sidebar by cloudHQ, an AI assistant that emerges from the side of any webpage you browse. 

As you navigate different webpages, your email inbox, or any online document, ChatGPT Sidebar can be accessed with just a click of a button.  The information you get with this handy sidebar provides you with straightforward knowledge about whatever it is that you're browsing.

Whether you're deciphering a dense article, exploring new topics, or just casually browsing, our ChatGPT Sidebar is designed to enrich your understanding, streamline information, and answer any queries you might have—immediately.

How to use ChatGPT Sidebar?
1. Go to any website
2. Select the text
3. Click on ChatGPT Sidebar icon on the right side of your screen, select the prompt and click on "Send to ChatGPT".

~~~~ 3 Benefits of ChatGPT Sidebar by cloudHQ ~~~~

1. Use ChatGPT prompts across websites for tasks like: 
✔️ Summarize 
✔️ Rewrite
✔️ Check Grammar 
✔️ Translate 
✔️ Clarify code 
✔️ Summarize the web page 
✔️ And even find related pages

2. Access our ready-to-use prompt library, where you can further customize any prompts for your own needs.

3. Full support for both ChatGPT-4 and ChatGPT-3.5

4. Full support for Open AI API 

Refine your web experience with ChatGPT, and become smarter in 1 click! 🌟

cloudHQ website: https://www.cloudhq.net/
App website: https://www.gpt-sidebar.com
Pricing: https://www.gpt-sidebar.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/chatgpt-sidebar/
FAQ page: https://support.cloudhq.net/chatgpt-sidebar-faq-frequently-asked-questions/
Blog: https://blog.cloudhq.net                    

Extension Basic Information

Name ChatGPT Sidebar by cloudHQ ChatGPT Sidebar by cloudHQ
ID kapoabaoamgiilmlanmfejgfomlnccph
Official URL https://chromewebstore.google.com/detail/chatgpt-sidebar-by-cloudh/kapoabaoamgiilmlanmfejgfomlnccph
Description ChatGPT sidebar as your AI assistant on any page
File Size 1.95 MB
Installation Count 5,921
Current Version 2.0.2.27
Last Updated 2024-02-14
Publish Date 2023-08-21
Rating 4.53/5 Total 15 Ratings
Developer https://www.gpt-sidebar.com
Email [email protected]
Payment Type free
Extension Website https://www.gpt-sidebar.com/
Help Page URL https://support.cloudhq.net/category/chatgpt-sidebar/
Privacy Policy Page URL https://www.cloudhq.net/privacy
Supported Languages de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        },
        {
            "resources": [
                "icons\/*",
                "stylesheets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/icon-128x128.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_smart_web_sidebar.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "chatgpt.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "allURLs.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "world": "MAIN",
            "js": [
                "tcr9i.js"
            ],
            "matches": [
                "https:\/\/tcr9i.chat.openai.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "2.0.2.27",
    "description": "__MSG_appDetail__",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs",
        "contextMenus",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.openai.com\/"
    ],
    "manifest_version": 3
}