Prompt Manager

Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…

Prompt Manager란 무엇입니까?

Prompt Manager은(는) EarlyNode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Prompt Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Never lose your prompts again!

The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney, Dall-E, Notion AI or any other AI tool you use to be more productive at work.

With the Prompt-Manager.com Extension you can:

- Save prompts in 1-click from ChatGPT
- Copy & Paste prompts into any AI tool with a single click
- Sort prompts in folders
- Find your saved prompts in seconds with a powerful search                    

확장 프로그램 기본 정보

이름 Prompt Manager Prompt Manager
ID ngjapldfabekcmnkjikmpcdjlbnildom
공식 URL https://chromewebstore.google.com/detail/prompt-manager/ngjapldfabekcmnkjikmpcdjlbnildom
설명 Never lose your prompts again! The easiest way to manage and re-use all your prompts and prompt templates for ChatGPT, Midjourney,…
파일 크기 1.2 MB
설치 횟수 592
현재 버전 0.0.5
최근 업데이트 2023-06-22
출시 날짜 2023-04-26
평점 4.80/5 총 10 개의 평점
개발자 EarlyNode
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://earlynode.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Manager",
    "version": "0.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-fb0004d7.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/chatgpt.png",
                "icons\/icon128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/home-helpers-2ede6f96.js",
                "assets\/get-url-8e9304b9.js",
                "assets\/content.tsx-edd90096.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "commands": {
        "sample_command": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Sample key command"
        }
    }
}