PromptGPT: Prompts for ChatGPT

Save your most used prompts in ChatGPT!

PromptGPT: Prompts for ChatGPT क्या है?

PromptGPT: Prompts for ChatGPT https://promptgpt.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your most used prompts in ChatGPT!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PromptGPT: Prompts for ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Clear, detailed prompts unlock ChatGPT's potential. PromptGPT helps you save the best and get high-quality responses with ease!

🚀 Prompt Bar
Press “/” anywhere to quickly browse and select a saved prompt.

✍️ Rich Template Engine
Give a shortcut to fill a saved prompt. Pass in custom values when using a shortcut. Or not, it also supports default values.

📙 Custom Workflow
Build your dictionary to fit your workflow. Take a look at the examples to get started.

⌨ Keyboard Navigation
Navigate prompt bar with arrow keys and quickly save your last prompt (^ + shift + s).

⚙️ Easy Access
Access your prompt library by right-clicking the extension icon in your browser's extension bar and pressing "options".

This extension is in active development, feedback is greatly appreciated!                    

एक्सटेंशन की मूल जानकारी

नाम PromptGPT: Prompts for ChatGPT PromptGPT: Prompts for ChatGPT
ID pkjccaeilmgpheecbmkmnckanijinppj
आधिकारिक URL https://chromewebstore.google.com/detail/promptgpt-prompts-for-cha/pkjccaeilmgpheecbmkmnckanijinppj
विवरण Save your most used prompts in ChatGPT!
फ़ाइल का आकार 446 KB
स्थापना संख्या 597
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2023-04-18
प्रकाशन तिथि 2022-12-23
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर https://promptgpt.co
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://eeshu.notion.site/Privacy-Policy-1927d56240ee4f28ab87fbc1494baaad
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PromptGPT: Prompts for ChatGPT",
    "description": "Save your most used prompts in ChatGPT!",
    "version": "1.0.11",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "options_page": "options.html",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/chat_gpt.js"
            ]
        },
        {
            "matches": [
                "https:\/\/promptgpt.co\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/prompt_gpt.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/mp\/collect*"
    ]
}