PromptForge for ChatGPT, Gemini, Claude.ai +

PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more.

PromptForge for ChatGPT, Gemini, Claude.ai +란 무엇입니까?

PromptForge for ChatGPT, Gemini, Claude.ai +은(는) https://promptden.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PromptForge for ChatGPT, Gemini, Claude.ai + 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ➡️ What is PromptForge?

PromptForge loads itself inside of ChatGPT, Google Gemini (Bard), MidJourney & Claude (and more coming soon) to provide thousands of prompts that can be ran with just a single click. From SEO to blog writing and even development support. There's thousands of prompts to choose from, all well organized and searchable.

⭐️ For the full list of features and capabilities:
      https://promptden.com/forge

⭐️ For the latest release notes:
      https://promptden.com/changelog

⭐️ For support:
      https://help.promptden.com

➡️ What if another AI platform releases that's better than ChatGPT?

AI is developing at a blistering pace, ChatGPT is all the rage these days but who knows what the future holds? We've built a platform that will outlive any single service and can be integrated into many of them and even ones that haven't been released yet!

We currently support:

• ChatGPT
• Gemini (Bard)
• Claude
• Midjourney

➡️ What about my data?

PromptForge is built on the same platform as PromptDen.com. So all prompts you create, like, share and collect also live in your profile there. Regardless of the future of ChatGPT or any other AI platform, you'll always have a way to access all of your curated prompts and data.

As for privacy, any information you share with the community on PromptForge remains yours. We'll never attempt to lock it behind paywalls. Community content is just that, community content. As far as data you store privately (prompts, collections, etc) on our services, that is also yours and only yours.

At the end of the day we treat our users and their data like we would want to be treated. No selling of any data, gimmicky advertising or bait and switch tactics here. What you see is what you get and we vow to keep it that way.

---

Please Note:
PromptForge can conflict with other extensions made for ChatGPT, Bard, Claude and Midjourney. We recommend uninstalling or disabling those extensions when using PromptForge.                    

확장 프로그램 기본 정보

이름 PromptForge for ChatGPT, Gemini, Claude.ai + PromptForge for ChatGPT, Gemini, Claude.ai +
ID aboegngdamkgaolhddiblkllbldjhlai
공식 URL https://chromewebstore.google.com/detail/promptforge-for-chatgpt-g/aboegngdamkgaolhddiblkllbldjhlai
설명 PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more.
파일 크기 53.58 KB
설치 횟수 756
현재 버전 1.0.15
최근 업데이트 2024-02-13
출시 날짜 2023-11-28
평점 4.33/5 총 6 개의 평점
개발자 https://promptden.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://promptden.com/forge
도움말 페이지 URL https://help.promptden.com
개인정보 보호 정책 페이지 URL https://promptden.com/policy/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PromptForge for ChatGPT, Gemini, Claude.ai +",
    "description": "PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more.",
    "version": "1.0.15",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png",
                "src\/scripts\/window.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.midjourney.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/promptden.com\/*"
            ],
            "resources": [
                "assets\/chunk-939a3a33.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-939a3a33.5dfc76e3.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/*.midjourney.com\/*",
                "https:\/\/promptden.com\/*",
                "https:\/\/claude.ai\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.promptden.com\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "src\/rules\/csp.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/gemini.google.com\/*",
        "https:\/\/*.midjourney.com\/*",
        "https:\/\/promptden.com\/*",
        "https:\/\/claude.ai\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ]
}