GPT Studio
🚀 Enhance your GPTs building by simple prompt management & analytics. 📈
GPT Studio란 무엇입니까?
GPT Studio은(는) Yuichi Aiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🚀 Enhance your GPTs building by simple prompt management & analytics. 📈"입니다.
확장 프로그램 스크린샷
GPT Studio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# Streamline Your Custom GPTs Building with Pioneering Prompt Management 🌟 ## Key Feature – Prompt History Tracking and Export 📝 1. **Effortless Prompt Management** 🕒History Tracking : Keep a comprehensive log of your prompts. Our extension automatically tracks and stores the history of your prompts, ensuring you never lose your valuable work. 💾Easy Export Options : With just a click, export your prompt history. This feature allows you to maintain backups, share your work, or analyze your prompts externally. 2. **Advanced Analytics**: 📊Historical Data Analysis: As you open gpts/discover page, it automatically save the gpts’ session counts and show you on Line Graph. Track progress over time and identify trends to continuously improve your GPT applications. ## Future Roadmap 🛣️ While our current beta version focuses on prompt history tracking and export, we are actively working on introducing more features such as advanced analytics and prompt injection protection in future updates. ## Support Contuct us on Discord. https://discord.gg/YshNaHPx
확장 프로그램 기본 정보
이름 | GPT Studio |
ID | pbbbnpnejaciejijalicjfdpegaaeclk |
공식 URL | https://chromewebstore.google.com/detail/gpt-studio/pbbbnpnejaciejijalicjfdpegaaeclk |
설명 | 🚀 Enhance your GPTs building by simple prompt management & analytics. 📈 |
파일 크기 | 338 KB |
설치 횟수 | 309 |
현재 버전 | 0.2.8 |
최근 업데이트 | 2024-01-14 |
출시 날짜 | 2023-12-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Yuichi Aiki |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT Studio", "description": "__MSG_appDescription__", "version": "0.2.8", "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-5db466cd.js" ], "matches": [ "http:\/\/chat.openai.com\/*", "https:\/\/chat.openai.com\/*" ], "css": [ "assets\/index-f2ebcc7d.css" ] } ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "web_accessible_resources": [ { "matches": [ " |