ChatGPT Prompt List

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

Cos'è ChatGPT Prompt List?

ChatGPT Prompt List è un'estensione di Chrome sviluppata da AutoMate AI, e la sua funzione principale è "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Prompt List

Scarica i file di estensione ChatGPT Prompt List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Prompt List ChatGPT Prompt List
ID bcnincofegkmeknphbdokmglmbalbidd
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd
Descrizione A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Dimensione del File 52.34 KB
Conteggio Installazioni 407
Versione Corrente 1.01
Ultimo Aggiornamento 2023-07-30
Data di Pubblicazione 2023-03-13
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore AutoMate AI
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}