ChatGPT Sidebar by cloudHQ

ChatGPT sidebar as your AI assistant on any page

ما هو ChatGPT Sidebar by cloudHQ؟

ChatGPT Sidebar by cloudHQ هو إضافة Chrome تم تطويرها بواسطة https://www.gpt-sidebar.com، والميزة الرئيسية لها هي "ChatGPT sidebar as your AI assistant on any page".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ChatGPT Sidebar by cloudHQ

قم بتنزيل ملفات الامتداد ChatGPT Sidebar by cloudHQ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم ChatGPT Sidebar by cloudHQ ChatGPT Sidebar by cloudHQ
ID kapoabaoamgiilmlanmfejgfomlnccph
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-sidebar-by-cloudh/kapoabaoamgiilmlanmfejgfomlnccph
الوصف ChatGPT sidebar as your AI assistant on any page
حجم الملف 1.95 MB
عدد التثبيتات 5,921
النسخة الحالية 2.0.2.27
آخر تحديث 2024-02-14
تاريخ النشر 2023-08-21
تقييم 4.53/5 مجموع تقييمات 15
المطور https://www.gpt-sidebar.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.gpt-sidebar.com/
عنوان صفحة المساعدة https://support.cloudhq.net/category/chatgpt-sidebar/
عنوان صفحة سياسة الخصوصية https://www.cloudhq.net/privacy
اللغات المدعومة 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
}