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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT Prompt Manager let's you Save, Edit, and Copy prompt templates in 1-Click. Unlimited & Private!"입니다.
확장 프로그램 스크린샷
ChatGPT Prompt Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |