PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI

An intuitive right hand side panel for ChatGPT, Google Gemini, Claude.ai, Mistral and Pi.ai Reach your prompt library with a click!…

PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI란 무엇입니까?

PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI은(는) joelbooks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An intuitive right hand side panel for ChatGPT, Google Gemini, Claude.ai, Mistral and Pi.ai Reach your prompt library with a click!…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An intuitive right hand side panel for ChatGPT, Google Gemini, Claude.ai, Mistral and Pi.ai Reach your prompt library with a click!

The 'PI Prompts' Chrome extension is a powerful tool designed to enhance your experience with ChatGPT, Google Gemini, Claude.ai, Mistral and Pi.ai. The extension simplifies your workflow by eliminating the need for constant copy-pasting of prompts. It comes with convenient options to download and upload prompts in JSON format, so you can share your collection with your friends or even create task specific collections. 

Supported LLM platforms
✨ChatGPT (OpenAI)
✨Gemini (Google)
✨Claude.ai (Anthropic)
✨Mistral (Mistral AI)
✨Pi.ai (Inflection)

Main Features Of PI Prompts
✅ As you start writing your prompt in the input box (as normally), this extensions quickly filters your right panel by showing the connected prompts
✅ If you click one of the prompts on the PI Prompt panel, it inserts the text into input box
✅ You can download and upload your prompt list anytime, even adding external prompt lists in JSON format
✅ You can edit and delete prompts directly on the panel
✅ Your prompts will be synced between your devices, where you use Chrome
✅ If you highlight a prompt on any website, with a right-click you could add it instantly to your Prompt Library
✅ The panel is usable with both light and dark themes

What Will Be New In The Interface?
➕ An Add button next to the Submit at the bottom bar, so you can add new prompts to your panel
➕ A panel that appears on the right hand side

Why Is This Prompt Extension Better Than Others?
💪 It's intuitive and seamlessly integrates with all platforms
💪 Easy to use both for newcomers and professionals
💪 Created with ❤️                    

확장 프로그램 기본 정보

이름 PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI
ID pkpcekmmpgpaiedfchfdmcimogogbeje
공식 URL https://chromewebstore.google.com/detail/pi-prompts-for-chatgpt-ge/pkpcekmmpgpaiedfchfdmcimogogbeje
설명 An intuitive right hand side panel for ChatGPT, Google Gemini, Claude.ai, Mistral and Pi.ai Reach your prompt library with a click!…
파일 크기 53.06 KB
설치 횟수 459
현재 버전 1.2.6
최근 업데이트 2024-02-28
출시 날짜 2023-07-29
평점 3.83/5 총 6 개의 평점
개발자 joelbooks
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://joelbooks.com/
도움말 페이지 URL https://joelbooks.com/contact/
개인정보 보호 정책 페이지 URL https://joelbooks.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PI Prompts for ChatGPT, Gemini, Claude, Mistral & PI",
    "version": "1.2.6",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}