ChatGPT Prompt Wizard

Streamline ChatGPT experience: select saved prompts for efficient control and tailored queries.

Τι είναι το ChatGPT Prompt Wizard;

Το ChatGPT Prompt Wizard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον msiek.com, και η κύρια λειτουργία του είναι "Streamline ChatGPT experience: select saved prompts for efficient control and tailored queries.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Prompt Wizard

Λήψη αρχείων επέκτασης ChatGPT Prompt Wizard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enhance your ChatGPT experience with the ChatGPT Prompt Assistant, a convenient Chrome extension that streamlines your interactions with the AI model. Easily select from a variety of preconfigured prompts via a dropdown menu or create your own to suit your specific needs.

By providing essential context and instructions for your AI chat partner, this extension saves you time and allows you to focus on asking your questions. No more repetitive or tedious initial prompting; dive right into your queries and get the answers you're looking for.

Key features:
* Prepend custom prompts to ChatGPT queries for improved context and accuracy.
* Select from a range of preconfigured prompts or create your own via the user-friendly extension UI.
* Use keyboard shortcuts for quick selection
* Edit and manage your prompts easily with the built-in management system.

Get the ChatGPT Prompt Assistant Chrome extension today and elevate your AI chat experience!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Prompt Wizard ChatGPT Prompt Wizard
ID jmhbafgcjejgjglggikgabbaleaacadc
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-prompt-wizard/jmhbafgcjejgjglggikgabbaleaacadc
Περιγραφή Streamline ChatGPT experience: select saved prompts for efficient control and tailored queries.
Μέγεθος Αρχείου 285 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-05-20
Ημερομηνία Δημοσίευσης 2023-05-20
Προγραμματιστής msiek.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Prompt Wizard",
    "description": "Streamline ChatGPT experience: select saved prompts for efficient control and tailored queries.",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-86f8d7a2.d4969d6d.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "assets\/index.tsx.6208598d.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/chunk-922fe935.js",
                "assets\/chunk-86f8d7a2.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ]
}