Chatterclock — Track Your GPT-4 Messages

A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.

Chatterclock — Track Your GPT-4 Messages란 무엇입니까?

Chatterclock — Track Your GPT-4 Messages은(는) Josh Staiger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit."입니다.

확장 프로그램 스크린샷

screenshot

Chatterclock — Track Your GPT-4 Messages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        OpenAI has a limit of 40 GPT-4 messages you can send every three hours (or 100 for team accounts), but the ChatGPT UI doesn’t show how many messages you’ve used. 

This extension keeps track of how many messages you’ve used and have left.  It shows this as a badge on the extension icon, and also tells you when you’ll get more messages.

The extension automatically tracks changes to the OpenAI limit and adjusts accordingly.

If you are a member of one or more team workspaces then it tracks the count for each team workspace, separate from your personal account.                    

확장 프로그램 기본 정보

이름 Chatterclock — Track Your GPT-4 Messages Chatterclock — Track Your GPT-4 Messages
ID mepflplnjbngmgakdefimlgbfpmhonoj
공식 URL https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj
설명 A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.
파일 크기 91.56 KB
설치 횟수 3,426
현재 버전 1.24
최근 업데이트 2024-02-18
출시 날짜 2023-04-29
평점 4.11/5 총 19 개의 평점
개발자 Josh Staiger
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chatterclock \u2014 Track Your GPT-4 Messages",
    "version": "1.24",
    "description": "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "cc128.png"
        }
    },
    "permissions": [
        "storage",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "cc128.png"
    }
}