ChatGPT Prompt List

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

¿Qué es ChatGPT Prompt List?

ChatGPT Prompt List es una extensión de Chrome desarrollada por AutoMate AI, y su función principal es "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Prompt List

Descarga archivos de extensión ChatGPT Prompt List en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ChatGPT Prompt List ChatGPT Prompt List
ID bcnincofegkmeknphbdokmglmbalbidd
URL Oficial https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd
Descripción A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
Tamaño del Archivo 52.34 KB
Cantidad de Instalaciones 407
Versión Actual 1.01
Última Actualización 2023-07-30
Fecha de Publicación 2023-03-13
Calificación 4.44/5 Total de 9 Calificaciones
Desarrollador AutoMate AI
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}