Chat GPT Server Status

Introducing the ultimate server load monitoring solution! With this extension, you can easily track the load on ChatGPT.

Chat GPT Server Status क्या है?

Chat GPT Server Status chatgptserver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing the ultimate server load monitoring solution! With this extension, you can easily track the load on ChatGPT."।

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

screenshot

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

crx प्रारूप में Chat GPT Server Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This powerful extension allows you to easily track the load on ChatGPT in real-time, ensuring that your server is always running at optimal performance. 




One of the key benefits of Chat GPT Server Status is its simplicity. The extension is incredibly easy to install and use, even for those with limited technical knowledge. 

This tool has three colors - red, orange, and green - that indicate the status of ChatGPT. These colors change in real-time based on how the service is working.

Green means that ChatGPT is working well and there are no issues to worry about. This is the best color to see! 

Orange means that there may be some issues with ChatGPT, but it's still working. This color suggests that users may want to be cautious, but can still use the service.

Red means that there are significant issues with ChatGPT, and it may not be working properly. If users see this color, they may want to avoid using the service until the problem is resolved.                    

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

नाम Chat GPT Server Status Chat GPT Server Status
ID ooogneabialhfnpljicngmielcekjmbb
आधिकारिक URL https://chromewebstore.google.com/detail/chat-gpt-server-status/ooogneabialhfnpljicngmielcekjmbb
विवरण Introducing the ultimate server load monitoring solution! With this extension, you can easily track the load on ChatGPT.
फ़ाइल का आकार 360 KB
स्थापना संख्या 295
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-03-17
प्रकाशन तिथि 2023-03-17
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर chatgptserver
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat GPT Server Status",
    "description": "Introducing the ultimate server load monitoring solution! With this extension, you can easily track the load on ChatGPT.",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": {
        "name": "Stefans Inkovs"
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/low\/16.png",
        "24": "icons\/low\/24.png",
        "32": "icons\/low\/32.png",
        "48": "icons\/low\/48.png",
        "64": "icons\/low\/64.png",
        "128": "icons\/low\/128.png",
        "256": "icons\/low\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}