ChatGPT Helper
Create text replacements of ChatGPT prompts
ChatGPT Helper là gì?
ChatGPT Helper là một tiện ích mở rộng Chrome được phát triển bởi letuan317, và tính năng chính của nó là "Create text replacements of ChatGPT prompts".
Ả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 ChatGPT Helper
Tải xuống các tệp mở rộng ChatGPT Helper 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
'ChatGPT Helper' is a reliable and convenient Chrome extension designed to optimize the user experience of ChatGPT. By leveraging the power of this extension, users can easily create pre-written text responses to frequently asked questions or prompts, ultimately saving time and increasing efficiency in communication. This extension can help users avoid repeating common questions and responses by providing pre-written text responses, ultimately speeding up the response process and reducing wait times. The ability to select from pre-written text prompts during the ChatGPT conversation allows users to generate accurate and quick responses, ultimately enhancing the communication experience and increasing effectiveness. The 'ChatGPT Helper' extension is an excellent tool for individuals who frequently engage in chat-based communication for personal or work purposes. With its user-friendly interface and efficient functionality, this extension can greatly enhance the user experience of ChatGPT and optimize communication efficiency.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Helper |
ID | iefipdcimejmcefnnfhhbilpldnffmla |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-helper/iefipdcimejmcefnnfhhbilpldnffmla |
Mô tả | Create text replacements of ChatGPT prompts |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2023-04-27 |
Ngày Phát Hành | 2023-04-24 |
Nhà Phát Triển | letuan317 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tuanlinhcs.com/chatgpt-helper |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Helper", "version": "0.3.1", "description": "Create text replacements of ChatGPT prompts", "author": "Tuan Le", "icons": { "16": "icons\/chatgpt-16.png", "48": "icons\/chatgpt-48.png", "128": "icons\/chatgpt-128.png" }, "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "js\/content.js" ] } ], "action": { "default_icon": { "16": "icons\/chatgpt-16.png", "48": "icons\/chatgpt-48.png", "128": "icons\/chatgpt-128.png" }, "default_title": "ChatGPT Helper" } } |