Plugin Suggester
Suggest ChatGPT plugins based on your messages
Τι είναι το Plugin Suggester;
Το Plugin Suggester είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PluginSuggest, και η κύρια λειτουργία του είναι "Suggest ChatGPT plugins based on your messages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Plugin Suggester
Λήψη αρχείων επέκτασης Plugin Suggester σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Plugin Suggester: Supercharge Your ChatGPT Experience Discover the power of personalized assistance with Plugin Suggester, an innovative Chrome extension designed to optimize your interactions with ChatGPT. By locally analyzing your conversations, this tool offers real-time suggestions for relevant plugins from the extensive ChatGPT library, all without compromising your privacy. Your Privacy Matters We built Plugin Suggester with a local-first approach. Your data stays where it belongs - on your machine. The extension analyzes your conversations in real-time, solely on your computer, ensuring that your information remains private and secure. Your trust is our priority. Navigating the Plugin Jungle With a staggering 500 plugins available for ChatGPT, finding the right one can feel like navigating a maze. Plugin Suggester changes the game by identifying and suggesting the most fitting plugins based on your conversation context. Say goodbye to unnecessary scrolling and manual searching. Seamlessly Integrated Plugin Suggester blends seamlessly with the ChatGPT interface, ensuring an uninterrupted and smooth chat experience. Suggestions appear subtly, ready to enhance your conversation at a click, without any distractions or complications. Curate Your ChatGPT Journey Don't miss out on the wealth of features hidden in ChatGPT's expansive plugin library. With Plugin Suggester, you'll discover new plugins that can enrich your AI chat experience, making each conversation more productive, informative, or simply more enjoyable. Unleash the full potential of your ChatGPT with Plugin Suggester. Click "Add to Chrome" and start your curated journey through the world of ChatGPT plugins today!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Plugin Suggester |
ID | hghnfpdpoeafcmdpmgjfhonkcechajfe |
Επίσημο URL | https://chromewebstore.google.com/detail/plugin-suggester/hghnfpdpoeafcmdpmgjfhonkcechajfe |
Περιγραφή | Suggest ChatGPT plugins based on your messages |
Μέγεθος Αρχείου | 1.48 MB |
Αριθμός Εγκαταστάσεων | 117 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2023-06-28 |
Ημερομηνία Δημοσίευσης | 2023-06-24 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | PluginSuggest |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Plugin Suggester", "description": "Suggest ChatGPT plugins based on your messages", "version": "1.1.2", "permissions": [ "storage" ], "action": { "default_icon": { "16": "ps_icon_dark.png", "48": "ps_icon_dark.png", "128": "ps_icon_dark.png", "256": "ps_icon_dark.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "popper.js", "tippy-bundle.umd.js", "popup.js", "content.js" ] } ] } |