ChatGPT Sidebar by cloudHQ

ChatGPT sidebar as your AI assistant on any page

Vad är ChatGPT Sidebar by cloudHQ?

ChatGPT Sidebar by cloudHQ är en Chrome-tillägg utvecklad av https://www.gpt-sidebar.com, och dess huvudfunktion är "ChatGPT sidebar as your AI assistant on any page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ChatGPT Sidebar by cloudHQ-förlängningens CRX-fil

Ladda ner ChatGPT Sidebar by cloudHQ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ChatGPT Sidebar by cloudHQ ChatGPT Sidebar by cloudHQ
ID kapoabaoamgiilmlanmfejgfomlnccph
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-sidebar-by-cloudh/kapoabaoamgiilmlanmfejgfomlnccph
Beskrivning ChatGPT sidebar as your AI assistant on any page
Filstorlek 1.95 MB
Antal Installationer 5,921
Aktuell Version 2.0.2.27
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2023-08-21
Betyg 4.53/5 Totalt 15 Betyg
Utvecklare https://www.gpt-sidebar.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gpt-sidebar.com/
Hjälpsida URL https://support.cloudhq.net/category/chatgpt-sidebar/
URL till Sekretesspolicy Sidan https://www.cloudhq.net/privacy
Stödda Språk 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
}