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 là gì?
Chatterclock — Track Your GPT-4 Messages là một tiện ích mở rộng Chrome được phát triển bởi Josh Staiger, và tính năng chính của nó là "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chatterclock — Track Your GPT-4 Messages
Tải xuống các tệp mở rộng Chatterclock — Track Your GPT-4 Messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chatterclock — Track Your GPT-4 Messages |
ID | mepflplnjbngmgakdefimlgbfpmhonoj |
URL Chính Thức | https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj |
Mô tả | A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit. |
Kích Thước Tệp | 91.56 KB |
Số Lần Cài Đặt | 3,426 |
Phiên Bản Hiện Tại | 1.24 |
Cập Nhật Lần Cuối | 2024-02-18 |
Ngày Phát Hành | 2023-04-29 |
Đánh Giá | 4.11/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Josh Staiger |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |