ChatGPT Sidebar by Atomix (Support ChatGPT 4)

A ChatGPT Sidebar with Chat GPT 4 support made by Atomix.

ChatGPT Sidebar by Atomix (Support ChatGPT 4) क्या है?

ChatGPT Sidebar by Atomix (Support ChatGPT 4) apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ChatGPT Sidebar with Chat GPT 4 support made by Atomix."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Sidebar by Atomix (Support ChatGPT 4) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Atomix ChatGPT Sidebar Chrome Extension brings the power of OpenAI's ChatGPT to your browsing experience without leaving the current webpage. It offers a convenient way to interact with the AI for quick answers or engaging in a conversation.

Privacy:
We take our users' privacy seriously. All information stays in the users' browser and all communication with OpenAI are chat.openai.com session-based. This means that all encrypted conversation with ChatGPT goes to OpenAI directly from the browser, and we do not collect any user's data. We also published all our code open source on github.

Key Features:

🤖 Instant AI Assistance: Get quick and accurate answers to your questions, learn new information, or explore creative ideas with ChatGPT's powerful AI.

📚 Enhanced Browsing Experience: Seamlessly integrate ChatGPT into your browsing workflow for increased productivity and knowledge discovery.

🌐 Access Anywhere: Use the Atomix ChatGPT Sidebar on any webpage to instantly access AI support when you need it most.

🔍 Research Made Easy: Quickly get explanations, definitions, or code to support your research without having to open multiple tabs.

🛠 Customizable Interface: Personalize your ChatGPT Sidebar experience with customizable light or dark mode, along with other preferences.

Getting started with Atomix ChatGPT Sidebar is easy:

- Install the Chrome Extension.
- Click the Atomix ChatGPT handle icon.
- Refresh any web pages
- Start chatting with ChatGPT and experience the power of AI at your fingertips!


Note: login into https://chat.openai.com for session is required.                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Sidebar by Atomix (Support ChatGPT 4) ChatGPT Sidebar by Atomix (Support ChatGPT 4)
ID ikicpffedhadkliinkinbpcbiindkinj
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-sidebar-by-atomix/ikicpffedhadkliinkinbpcbiindkinj
विवरण A ChatGPT Sidebar with Chat GPT 4 support made by Atomix.
फ़ाइल का आकार 6.62 MB
स्थापना संख्या 276
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2023-04-13
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर apps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A ChatGPT Sidebar with Chat GPT 4 support made by Atomix.",
    "version": "1.0.3",
    "name": "ChatGPT Sidebar by Atomix (Support ChatGPT 4)",
    "author": "Atomix",
    "manifest_version": 3,
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "cookies",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Atomix ChatGPT Sidebar",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "webcomponents-bundle.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "fonts.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "logo.svg",
                "openai.svg",
                "fonts.css",
                "Quicksand-Medium.ttf",
                "Quicksand-SemiBold.ttf",
                "Quicksand-Bold.ttf",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}