PRMDB - Prompts Database for ChatGPT
Create public and private custom prompts for OpenAI ChatGPT
Τι είναι το PRMDB - Prompts Database for ChatGPT;
Το PRMDB - Prompts Database for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://prmdb.com, και η κύρια λειτουργία του είναι "Create public and private custom prompts for OpenAI ChatGPT".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PRMDB - Prompts Database for ChatGPT
Λήψη αρχείων επέκτασης PRMDB - Prompts Database for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing the PRMDB to ChatGPT extension - your gateway to seamless private prompt creation on the ChatGPT website! With just a few simple steps, you can elevate your prompt-writing experience to a whole new level. Start by installing the PRMDB extension and opening the ChatGPT website. From there, easily search for your desired prompt and input your information, hitting the Enter button on your keyboard to proceed. But the magic doesn't stop there - to truly unlock the power of this extension, log in to the PRDB website and obtain your very own AuthKey. Simply save this key within the extension options and voila - you're ready to go! With your AuthKey securely stored, all that's left to do is reload the ChatGPT website and let the creative juices flow. With the ability to use and create Private Prompts at your fingertips, you'll wonder how you ever managed without the PRMDB to ChatGPT extension. So why wait? Install now and experience the future of prompt creation for yourself! v: 1.0.9 Fixes for Chatgpt interface updates and bug in create prompt. v: 1.0.6 From this version now you can create prompts from within extension. Multi-input complex prompts creation support is now added. ====================================================== NOTE: We have no affiliation with AI-PRM; our listings of prompts are exclusively obtained with permission from the original authors. ======================================================
Βασικές Πληροφορίες Επέκτασης
Όνομα | PRMDB - Prompts Database for ChatGPT |
ID | kbgndmfikfpjidgmiikmkeabjhbdckie |
Επίσημο URL | https://chromewebstore.google.com/detail/prmdb-prompts-database-fo/kbgndmfikfpjidgmiikmkeabjhbdckie |
Περιγραφή | Create public and private custom prompts for OpenAI ChatGPT |
Μέγεθος Αρχείου | 139 KB |
Αριθμός Εγκαταστάσεων | 175 |
Τρέχουσα Έκδοση | 1.1.6 |
Τελευταία Ενημέρωση | 2024-02-25 |
Ημερομηνία Δημοσίευσης | 2023-05-23 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://prmdb.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://prmdb.com/prompts |
URL της Σελίδας Πολιτικής Απορρήτου | https://standaloneinstaller.com/privacypolicy.php |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PRMDB - Prompts Database for ChatGPT", "description": "Create public and private custom prompts for OpenAI ChatGPT", "version": "1.1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "PRMDB - Open ChatGPT" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "storage", "declarativeNetRequestWithHostAccess" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "https:\/\/prmdb.com\/*", "https:\/\/chat.openai.com\/*" ], "web_accessible_resources": [ { "resources": [ "config.js", "main.js", "inactive.js", "httpService.js", "utils.js", "vars.js", "style.css", "options.html" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "content_script.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |