JumboGPT - Bulk Prompts for ChatGPT

Run thousands of prompts through ChatGPT and export answers as CSV or Excel.

Τι είναι το JumboGPT - Bulk Prompts for ChatGPT;

Το JumboGPT - Bulk Prompts for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gojumbogpt.com, και η κύρια λειτουργία του είναι "Run thousands of prompts through ChatGPT and export answers as CSV or Excel.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JumboGPT - Bulk Prompts for ChatGPT

Λήψη αρχείων επέκτασης JumboGPT - Bulk Prompts for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Meet JumboGPT, your productivity sidekick for ChatGPT. Bid farewell to manual, one-at-a-time prompts and step into the world of bulk prompts with this Chrome extension.

🔗 Bulk Generation Made Easy

Copy & Paste: Have a list of prompts? Simply copy, paste, and let JumboGPT handle the rest.
CSV Import: Got more complex, multi-line prompts? Use the CSV import and never miss a beat.

🎯 Effortless Execution
One click. That's all it takes. With a single push of a button, shoot all your prompts to ChatGPT. Watch as responses roll in real-time, fully formed, without the need to babysit every single one.

🔄 Auto-Completion Magic
Worried about lengthy responses getting cut off? JumboGPT's got your back. It will ensure full and comprehensive replies, no matter the length.

💾 Export Options
Once the magic unfolds, harness your results with a simple export. Whether you're a CSV aficionado or an Excel enthusiast, JumboGPT ensures your data is ready for deep dives and analyses.

✨ Why JumboGPT?

Time Saver: Process hundreds of prompts in a fraction of the time.

Efficiency: Get consistent, high-quality responses without manual intervention.

User-Friendly: Designed with simplicity and functionality at its core.

🌟 Features:

Bulk Prompting: Easily paste up to thousands of prompts at once. One line, one prompt. Hassle-free.

CSV Import: Import multi-line prompts effortlessly with our CSV integration. Simple, yet powerful.

One-Click Magic: Shoot your prompts to ChatGPT with a single click and get lightning-fast responses in real time.

Auto-Complete: Got a lengthy response? Don't sweat! JumboGPT ensures full and comprehensive replies, no matter the length.

Export Made Easy: Once done, export your results to CSV or Excel. Perfect for those who crave organized analysis.

✨ Benefits:

Save time and boost productivity.

Analyze and review responses in your preferred format.

Enhance your ChatGPT experience, making it more flexible and efficient.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JumboGPT - Bulk Prompts for ChatGPT JumboGPT - Bulk Prompts for ChatGPT
ID bpmijhpgiddbdkhcpnlnemijhfpjjibh
Επίσημο URL https://chromewebstore.google.com/detail/jumbogpt-bulk-prompts-for/bpmijhpgiddbdkhcpnlnemijhfpjjibh
Περιγραφή Run thousands of prompts through ChatGPT and export answers as CSV or Excel.
Μέγεθος Αρχείου 2.23 MB
Αριθμός Εγκαταστάσεων 217
Τρέχουσα Έκδοση 2.3
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2024-01-22
Αξιολόγηση 4.40/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://gojumbogpt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gojumbogpt.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://gojumbogpt.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://gojumbogpt.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JumboGPT - Bulk Prompts for ChatGPT",
    "description": "Run thousands of prompts through ChatGPT and export answers as CSV or Excel.",
    "version": "2.3",
    "manifest_version": 3,
    "author": "JumboGPT",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "scripts_for_popup_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/libraries\/Csv.js",
            "\/libraries\/sheetjs-js-xlsx.js",
            "\/libraries\/import_file.js",
            "\/js\/popup_context\/ui\/components.js",
            "\/js\/popup_context\/ui\/update_components.js",
            "\/js\/popup_context\/onchanged_storage.js",
            "\/js\/popup_context\/context_messaging.js",
            "\/js\/popup_context\/main.js"
        ],
        "scripts_for_options_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/update_components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/onchanged_storage.js",
            "\/js\/background_context\/OPTIONS_PAGE\/main.js"
        ],
        "SW_scripts": [
            "\/js\/GLOBALS.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/delay.js",
            "\/libraries\/xhr.js",
            "\/js\/background_context\/context_messaging.js",
            "\/js\/background_context\/on_installed.js",
            "\/js\/background_context\/reload_all_target_tabs.js",
            "\/js\/background_context\/onchanged_storage.js"
        ],
        "service_worker": "\/js\/background_context\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "\/css\/status_header.css",
                "\/css\/animations.css",
                "\/css\/page_context\/page.css"
            ],
            "js": [
                "\/js\/GLOBALS.js",
                "\/libraries\/api_storage.js",
                "\/libraries\/delay.js",
                "\/libraries\/items_modifiers.js",
                "\/libraries\/status_header.js",
                "\/js\/page_context\/UI.js",
                "\/js\/page_context\/context_messaging.js",
                "\/js\/page_context\/chatgpt_website_actions.js",
                "\/js\/page_context\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/*",
                "\/assets\/*"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "128": "\/assets\/icons\/128.png"
        },
        "default_popup": "\/html\/popup_context\/popup.html"
    }
}