AI Prompt Manager
AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.
AI Prompt Manager क्या है?
AI Prompt Manager https://aipromptmanager.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AI Prompt Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AI Prompt Manager is a FREE and versatile Chrome app designed to help users store and manage their favorite GPT prompts. With an intuitive and stylish user interface, this app makes organizing your prompts a breeze. Create custom categories to sort your prompts, and use the built-in search feature to quickly find the ones you need. The 'GPT' button enables you to effortlessly use your stored prompts in chat GPT, while the 'Export' feature makes it simple to export / import your favorite prompts with friends and colleagues. Streamline your GPT prompt management with AI Prompt Manager - an essential tool for anyone looking to unlock the full potential of GPT-powered AI.
एक्सटेंशन की मूल जानकारी
नाम | AI Prompt Manager |
ID | akjcamlhnmpmdlhcehldddddmfmlgipe |
आधिकारिक URL | https://chromewebstore.google.com/detail/ai-prompt-manager/akjcamlhnmpmdlhcehldddddmfmlgipe |
विवरण | AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential. |
फ़ाइल का आकार | 736 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-10-16 |
प्रकाशन तिथि | 2023-08-20 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://aipromptmanager.com.au |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://aipromptmanager.com.au/ |
सहायता पृष्ठ URL | https://aipromptmanager.com.au/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Prompt Manager", "description": "AI Prompt Manager: Store & manage GPT prompts. Sleek UI, easy search & share. Maximize GPT's potential.", "version": "1.3", "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/aipromptmanager.com.au\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/aipromptmanager.com.au\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_popup": "index.html", "default_icon": "icon16.png" } } |