Shortcuts for ChatGPT

Master ChatGPT with /shortcuts

Shortcuts for ChatGPT क्या है?

Shortcuts for ChatGPT Dreampunk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Master ChatGPT with /shortcuts"।

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

screenshot
screenshot
screenshot

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

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

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

                        Unlock your creativity with ChatGPT's real-time, high-quality prompts!

Shortcuts help you generate the perfect prompt based on the slash command you enter. For example, by typing '/poet' followed by a space, ChatGPT will provide a prompt that unleashes your inner poet.

When the extension detects a slash command, it sends it to ChatGPT internally to produce an ideal prompt based on the command in real-time. So the number of possible shortcuts that you can generate is infinite.

All you need is an API Key from OpenAI's platform (https://platform.openai.com/account/api-keys) and a valid payment method (https://platform.openai.com/account/billing/payment-methods).

We understand that privacy is important to you, which is why our extension does not collect any of your data. Your API key is also securely stored in your browser.

Feeling stuck? Need some inspiration? Use this prompt in ChatGPT to check examples of shortcuts that you can use with this extension:

Create a markdown table that showcases 30 different roles for ChatGPT, including their descriptions. Simply connect the words in column 1 with hyphens and add a slash at the beginning.                    

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

नाम Shortcuts for ChatGPT Shortcuts for ChatGPT
ID eceffheamddippnjomjjjchmnampnpoj
आधिकारिक URL https://chromewebstore.google.com/detail/shortcuts-for-chatgpt/eceffheamddippnjomjjjchmnampnpoj
विवरण Master ChatGPT with /shortcuts
फ़ाइल का आकार 13.01 KB
स्थापना संख्या 726
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-04-29
प्रकाशन तिथि 2023-03-27
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर Dreampunk
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://dataplay.cl/timeless-youtube
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shortcuts for ChatGPT",
    "description": "Master ChatGPT with \/shortcuts",
    "version": "1.2",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}