ChatGPT Auto Prompt Fill
Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
What is ChatGPT Auto Prompt Fill?
ChatGPT Auto Prompt Fill is a Chrome extension developed by https://autopromptfill.com, and its main feature is "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".
Extension Screenshots
Download ChatGPT Auto Prompt Fill Extension CRX File
Download ChatGPT Auto Prompt Fill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT Auto Prompt Fill |
ID | dbikogdgfpfhbjdlogjlmkafkklebfbk |
Official URL | https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk |
Description | Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more. |
File Size | 50.74 KB |
Installation Count | 83 |
Current Version | 1.0.2 |
Last Updated | 2023-07-03 |
Publish Date | 2023-06-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://autopromptfill.com |
[email protected] | |
Payment Type | free |
Extension Website | https://autopromptfill.com |
Help Page URL | https://autopromptfill.com |
Supported Languages | 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": [ " |