PRMDB - Prompts Database for ChatGPT

Create public and private custom prompts for OpenAI ChatGPT

PRMDB - Prompts Database for ChatGPT란 무엇입니까?

PRMDB - Prompts Database for ChatGPT은(는) https://prmdb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create public and private custom prompts for OpenAI ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PRMDB - Prompts Database for ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the PRMDB to ChatGPT extension - your gateway to seamless private prompt creation on the ChatGPT website!

With just a few simple steps, you can elevate your prompt-writing experience to a whole new level. Start by installing the PRMDB extension and opening the ChatGPT website. From there, easily search for your desired prompt and input your information, hitting the Enter button on your keyboard to proceed.

But the magic doesn't stop there - to truly unlock the power of this extension, log in to the PRDB website and obtain your very own AuthKey. Simply save this key within the extension options and voila - you're ready to go!

With your AuthKey securely stored, all that's left to do is reload the ChatGPT website and let the creative juices flow. With the ability to use and create Private Prompts at your fingertips, you'll wonder how you ever managed without the PRMDB to ChatGPT extension. So why wait? Install now and experience the future of prompt creation for yourself!

v: 1.0.9
Fixes for Chatgpt interface updates and bug in create prompt.

v: 1.0.6
From this version now you can create prompts from within extension. 
Multi-input complex prompts creation support is now added.

======================================================
NOTE:
We have no affiliation with AI-PRM; our listings of prompts are exclusively obtained with permission from the original authors.
======================================================                    

확장 프로그램 기본 정보

이름 PRMDB - Prompts Database for ChatGPT PRMDB - Prompts Database for ChatGPT
ID kbgndmfikfpjidgmiikmkeabjhbdckie
공식 URL https://chromewebstore.google.com/detail/prmdb-prompts-database-fo/kbgndmfikfpjidgmiikmkeabjhbdckie
설명 Create public and private custom prompts for OpenAI ChatGPT
파일 크기 139 KB
설치 횟수 175
현재 버전 1.1.6
최근 업데이트 2024-02-25
출시 날짜 2023-05-23
평점 5.00/5 총 2 개의 평점
개발자 https://prmdb.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://prmdb.com/prompts
개인정보 보호 정책 페이지 URL https://standaloneinstaller.com/privacypolicy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PRMDB - Prompts Database for ChatGPT",
    "description": "Create public and private custom prompts for OpenAI ChatGPT",
    "version": "1.1.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PRMDB - Open ChatGPT"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/prmdb.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "main.js",
                "inactive.js",
                "httpService.js",
                "utils.js",
                "vars.js",
                "style.css",
                "options.html"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}