ChatGPT Prompt Manager
ChatGPT Prompt Manager let's you Save, Edit, and Copy prompt templates in 1-Click. Unlimited & Private!
ChatGPT Prompt Manager क्या है?
ChatGPT Prompt Manager https://chatgptpromptmanager.promptxxl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT Prompt Manager let's you Save, Edit, and Copy prompt templates in 1-Click. Unlimited & Private!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Prompt Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The ChatGPT Prompt Manager is a powerful tool that allows you to 💾 save, ✏️ edit, and 🔃 copy your prompts in just one click. You can create unlimited private prompts making it easy to keep track of and organize your templates. This makes the ChatGPT Prompt Manager an essential tool for anyone who wants to save and access their prompts efficiently on ChatGPT, Bard and Bing Chat! You no longer need to spend hours coming up with new prompts or rewriting prompts you used before, as you have simple access to your saved prompt templates and can make any necessary edits or modifications. Features: - 🔥Unlimited private prompts - 🔍 Search for prompts - ✅ Add prompts - 🔃 Copy prompts - ✏️ Edit prompts - ❌ Delete prompts - 💾 Export prompts *NEW* - 🌍 Public prompts *Coming Soon* Whether you're a professional writer, SEO Expert or a student looking for inspiration the ChatGPT Prompt Manager will make your writing process faster, easier, and more enjoyable. By using the free chrome extension you will save time and boost productivity. - - - - Changelog 1.3 - New Icon to access the Prompt Manager on Bard and Bing Chat - New Tab for upcoming 3000+ Public Prompts - Add Settings ⚙️ to Export Prompts as CSV - Add Settings ⚙️ to Rate Extension - Fixed icon position for hiding share conversation on ChatGPT Changelog 1.2 - Add Title Field: Give prompts a title for better organization and search results - Add max-height for prompts in sidebar for better Usability - Add mouse-hover over prompts to see full text of prompt - Add indicator / ellipsis for longer prompts - Add search field erase button (remove text in 1-click) Changelog 1.1 - New Icon for ChatGPT Prompt Manager - Icon now visible on chat.openai.com/chat for easier access to prompts - Saving method change from chrome.storage.sync to chrome.storage.local to handle storage space limitations - Migration of prompts to new saving method
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Prompt Manager |
ID | fpgdhccnlfjokogfeacdpaepkebekmih |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-prompt-manager/fpgdhccnlfjokogfeacdpaepkebekmih |
विवरण | ChatGPT Prompt Manager let's you Save, Edit, and Copy prompt templates in 1-Click. Unlimited & Private! |
फ़ाइल का आकार | 16.06 KB |
स्थापना संख्या | 1,872 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-10-10 |
प्रकाशन तिथि | 2023-03-24 |
रेटिंग | 3.83/5 कुल 12 रेटिंग्स |
डेवलपर | https://chatgptpromptmanager.promptxxl.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://chatgptpromptmanager.promptxxl.com |
गोपनीयता नीति पृष्ठ URL | https://chatgptpromptmanager.promptxxl.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Prompt Manager", "version": "1.3", "description": "ChatGPT Prompt Manager let's you Save, Edit, and Copy prompt templates in 1-Click. Unlimited & Private!", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/bard.google.com\/*", "https:\/\/www.bing.com\/*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ] } ], "background": { "service_worker": "background_script.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |