ChatGPT Auto Prompt Fill
Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
Qu'est-ce que ChatGPT Auto Prompt Fill ?
ChatGPT Auto Prompt Fill est une extension Chrome développée par https://autopromptfill.com, et sa fonction principale est "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Auto Prompt Fill
Téléchargez les fichiers d'extension ChatGPT Auto Prompt Fill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ChatGPT Auto Prompt Fill |
ID | dbikogdgfpfhbjdlogjlmkafkklebfbk |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk |
Description | Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more. |
Taille du Fichier | 50.74 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2023-06-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://autopromptfill.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://autopromptfill.com |
URL de la Page d'Aide | https://autopromptfill.com |
Langues Prises en Charge | 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": [ " |