ChatGPT Prompt List

A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.

Qu'est-ce que ChatGPT Prompt List ?

ChatGPT Prompt List est une extension Chrome développée par AutoMate AI, et sa fonction principale est "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Prompt List

Téléchargez les fichiers d'extension ChatGPT Prompt List 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

                        Time saving extension where you can leave you computer and the prompts will still be asked.

Usage:

Go to the https://chat.openai.com/chat.
Click on the icon C to open up the extension popup.
Insert the prompt in the input field and click enter or add prompt button.
Insert as many prompts as you need.
Make the https://chat.openai.com/chat as the active window and click start in the extension popup.
Wait for it to finish all the prompts.
When it finishes the prompts click the button clear all prompts to start with new ones.
(OPTIONAL) Switch between light and dark mode.                    

Informations de Base sur l'Extension

Nom ChatGPT Prompt List ChatGPT Prompt List
ID bcnincofegkmeknphbdokmglmbalbidd
URL Officiel https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd
Description A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Taille du Fichier 52.34 KB
Nombre d'Installations 407
Version Actuelle 1.01
Dernière Mise à Jour 2023-07-30
Date de Publication 2023-03-13
Évaluation 4.44/5 Total 9 Évaluations
Développeur AutoMate AI
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Prompt List",
    "version": "1.01",
    "description": "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT Prompt List",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}