Bulk ChatGPT Prompter
Run bulk prompts on ChatGPT interface.
Bulk ChatGPT Prompter क्या है?
Bulk ChatGPT Prompter https://mediafreeware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run bulk prompts on ChatGPT interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bulk ChatGPT Prompter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the Bulk ChatGPT Prompter, a powerful browser extension designed to streamline your ChatGPT experience. Upload multiple prompts effortlessly through a CSV file, enabling seamless input processing. With customizable delay options, you have full control over the pace at which each row is sent, optimizing your workflow. The Bulk ChatGPT Prompter ensures you never lose tab focus while running prompts, keeping your work uninterrupted. Optimized for the ChatGPT interface, this extension is perfect for users seeking efficient and organized management of multiple prompts. Enhance your productivity and transform the way you interact with ChatGPT today!
एक्सटेंशन की मूल जानकारी
नाम | Bulk ChatGPT Prompter |
ID | bhopgalabhagblkcnjakchccofcioaod |
आधिकारिक URL | https://chromewebstore.google.com/detail/bulk-chatgpt-prompter/bhopgalabhagblkcnjakchccofcioaod |
विवरण | Run bulk prompts on ChatGPT interface. |
फ़ाइल का आकार | 767 KB |
स्थापना संख्या | 96 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-04-11 |
प्रकाशन तिथि | 2023-04-07 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://mediafreeware.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mediafreeware.com/bulk-chatgpt-prompter.html |
सहायता पृष्ठ URL | https://www.mediafreeware.com/bulk-chatgpt-prompter.html |
गोपनीयता नीति पृष्ठ URL | https://www.freepdfsolutions.com/privacypolicy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk ChatGPT Prompter", "default_locale": "en", "description": "__MSG_extDescription__", "author": "[email protected]", "version": "1.1", "icons": { "128": "images\/icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "all_frames": false, "js": [ "js\/jquery-3.3.1.min.js", "js\/arrive.min.js", "chatgpt.js" ], "css": [ "css\/chatgpt-style.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ], "action": { "default_icon": { "128": "images\/icon.png" }, "default_title": "Bulk ChatGPT Prompter" }, "options_ui": { "page": "dashboard.html", "open_in_tab": true }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/www.mediafreeware.com\/*", "https:\/\/www.google-analytics.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |