ChatGPT Prompt Assistant

This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.

¿Qué es ChatGPT Prompt Assistant?

ChatGPT Prompt Assistant es una extensión de Chrome desarrollada por https://jhlstudy.blogspot.com, y su función principal es "This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Prompt Assistant

Descarga archivos de extensión ChatGPT Prompt Assistant 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

                        The main features are:

- Provide 10 question templates for users to quickly create questions.
- Provide customizable settings window for users to freely design the format of questions.
- Provide 1000 sets of super templates, allowing for more flexible creation of question templates.
- Super Template Supports Input , Dropdowns, Checkboxes, Radio buttons
- Provide 100 sets of custom quick reply buttons for users to freely design the content of quick replies.
- Use tab and tab + shift for quick switching between fields.
- Support shortcut functions for Windows and Mac platforms to allow users to operate more quickly.
- Support Dark Mode to make users comfortable to use in low-light environments.
- Export the configuration file and share your designed question templates and quick reply text with friends.

If you like this tool, please encourage us through the following link:
https://www.buymeacoffee.com/Joe.lin

Please note that this tool only provides assistance in conversation and shortcut functions and does not include the use of ChatGPT Plus To use ChatGPT Plus, please visit the official website to subscribe.                    

Información Básica de la Extensión

Nombre ChatGPT Prompt Assistant ChatGPT Prompt Assistant
ID biohjdkjclhempinkjfnjenpldjnkcfn
URL Oficial https://chromewebstore.google.com/detail/chatgpt-prompt-assistant/biohjdkjclhempinkjfnjenpldjnkcfn
Descripción This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.
Tamaño del Archivo 11.7 MB
Cantidad de Instalaciones 4,637
Versión Actual 1.1.8
Última Actualización 2023-12-18
Fecha de Publicación 2023-04-08
Calificación 4.62/5 Total de 13 Calificaciones
Desarrollador https://jhlstudy.blogspot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/JiaHongL/Chat-GPT-Custom-Prompt-Extension
Idiomas Soportados en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Joe",
    "version": "1.1.8",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon\/16.png",
        "32": "images\/icon\/32.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/chat.openai.com\/auth\/login"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}