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. 📈”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載GPT Studio擴展crx文件

下載GPT Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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 GPT Studio
ID pbbbnpnejaciejijalicjfdpegaaeclk
官方網址 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": [
                ""
            ],
            "resources": [
                "welcome\/welcome.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/chunk-4278b801.js",
                "assets\/chunk-1229b3e0.js",
                "assets\/chunk-b8289b65.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "image\/gptstudio_logo_16.png",
            "32": "image\/gptstudio_logo_32.png",
            "48": "image\/gptstudio_logo_48.png",
            "128": "image\/gptstudio_logo_128.png"
        }
    },
    "icons": {
        "16": "image\/gptstudio_logo_16.png",
        "32": "image\/gptstudio_logo_32.png",
        "48": "image\/gptstudio_logo_48.png",
        "128": "image\/gptstudio_logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}