Bulk ChatGPT Prompter

Run bulk prompts on ChatGPT interface.

Bulk ChatGPT Prompterとは何ですか?

Bulk ChatGPT Prompterはhttps://mediafreeware.comによって開発されたChromeの拡張機能で、その主な機能は「Run bulk prompts on ChatGPT interface.」です。

拡張機能のスクリーンショット

screenshot

Bulk ChatGPT Prompter拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}