ChatGPT Auto Prompt Fill
Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
ChatGPT Auto Prompt Fill là gì?
ChatGPT Auto Prompt Fill là một tiện ích mở rộng Chrome được phát triển bởi https://autopromptfill.com, và tính năng chính của nó là "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".
Ả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 Auto Prompt Fill
Tải xuống các tệp mở rộng ChatGPT Auto Prompt Fill 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
Auto Prompt Fill enhances your productivity with ChatGPT. This tool automatically fills prompts that you've created using PromptToolbox. Now you can quickly fill your prompts without the hassle, freeing up your time for more creative work.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Auto Prompt Fill |
ID | dbikogdgfpfhbjdlogjlmkafkklebfbk |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk |
Mô tả | Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more. |
Kích Thước Tệp | 50.74 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-07-03 |
Ngày Phát Hành | 2023-06-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://autopromptfill.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://autopromptfill.com |
URL Trang Trợ Giúp | https://autopromptfill.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Auto Prompt Fill", "short_name": "APF", "version": "1.0.2", "description": "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.", "permissions": [ "https:\/\/prompttoolbox.com\/*", "https:\/\/chat.openai.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/prompttoolbox.com\/*", "https:\/\/chat.openai.com\/*" ], "js": [ "contentScript.js" ] } ], "host_permissions": [ " |