Bulk ChatGPT Prompter

Run bulk prompts on ChatGPT interface.

Bulk ChatGPT Prompterคืออะไร?

Bulk ChatGPT Prompter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mediafreeware.com และคุณลักษณะหลักของมันคือ "Run bulk prompts on ChatGPT interface."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk ChatGPT Prompter

ดาวน์โหลดไฟล์ส่วนขยาย Bulk ChatGPT Prompter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
    }
}