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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing the ultimate server load monitoring solution! With this extension, you can easily track the load on ChatGPT."입니다.

확장 프로그램 스크린샷

screenshot

Chat GPT Server Status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}