ChatGPT Prompt List

A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.

ChatGPT Prompt List क्या है?

ChatGPT Prompt List AutoMate AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Time saving extension where you can leave you computer and the prompts will still be asked.

Usage:

Go to the https://chat.openai.com/chat.
Click on the icon C to open up the extension popup.
Insert the prompt in the input field and click enter or add prompt button.
Insert as many prompts as you need.
Make the https://chat.openai.com/chat as the active window and click start in the extension popup.
Wait for it to finish all the prompts.
When it finishes the prompts click the button clear all prompts to start with new ones.
(OPTIONAL) Switch between light and dark mode.                    

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

नाम ChatGPT Prompt List ChatGPT Prompt List
ID bcnincofegkmeknphbdokmglmbalbidd
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-prompt-list/bcnincofegkmeknphbdokmglmbalbidd
विवरण A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.
फ़ाइल का आकार 52.34 KB
स्थापना संख्या 407
वर्तमान संस्करण 1.01
अंतिम अपडेट 2023-07-30
प्रकाशन तिथि 2023-03-13
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर AutoMate AI
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Prompt List",
    "version": "1.01",
    "description": "A Chrome extension that allows you to create a list of prompts to feed to ChatGPT.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT Prompt List",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}