ChatGPT AutoPrompt

Automatically insert a predefined text into every ChatGPT request. Store multiple prompts and switch between them easily.

ChatGPT AutoPromptคืออะไร?

ChatGPT AutoPrompt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ralfsommer และคุณลักษณะหลักของมันคือ "Automatically insert a predefined text into every ChatGPT request. Store multiple prompts and switch between them easily."

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

screenshot
screenshot
screenshot

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

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

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

                        With our revolutionary Chrome extension, you can take your ChatGPT interactions to a whole new level! Automatically insert a predefined text into every ChatGPT request, allowing you to work faster and more efficiently. Store multiple prompts and switch between them easily. With a simple click of a checkbox, you can enable or disable the autoprompt, giving you control over when to insert the text. An added bonus is the automatic scroll-to-bottom feature, ensuring that you stay at the end of the chat history, even when the page is reloaded. Our extension seamlessly integrates into the ChatGPT page, improving your user experience without being intrusive. If you encounter any bugs or have any feature requests, please don't hesitate to let us know, so we can continue to improve our extension.


Mit unserer revolutionären Chrome Erweiterung können Sie Ihre ChatGPT-Interaktionen auf ein neues Level bringen! Automatisch fügen Sie einen vordefinierten Text in jede Anfrage ein, der Ihnen ermöglicht, schneller und effizienter zu arbeiten. Speichern Sie mehrere Aufforderungen und wechseln Sie flexibel zwischen ihnen. Mit einem einfachen Klick auf das Kontrollkästchen aktivieren oder deaktivieren Sie die Autoprompt und entscheiden Sie, ob Sie den Text einfügen möchten oder nicht. Ein weiteres Highlight ist die automatische Scroll-to-Bottom Funktion, die sicherstellt, dass Sie immer am Ende des Chatverlaufs bleiben, auch wenn die Seite neu geladen wird. Unsere Erweiterung fügt sich nahtlos in die ChatGPT-Seite ein, ohne aufdringlich zu wirken und verbessert damit Ihre Nutzererfahrung. Falls Sie Fehler oder Featurewünsche haben, zögern Sie nicht uns diese mitzuteilen, damit wir unsere Erweiterung ständig verbessern können.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT AutoPrompt ChatGPT AutoPrompt
ID ejiikphkahndiopdcmnnchipdmmbjmcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-autoprompt/ejiikphkahndiopdcmnnchipdmmbjmcm
คำอธิบาย Automatically insert a predefined text into every ChatGPT request. Store multiple prompts and switch between them easily.
ขนาดไฟล์ 28.27 KB
จำนวนการติดตั้ง 676
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2023-04-26
วันที่เผยแพร่ 2023-01-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ralfsommer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "2.2.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "\/templates\/autoprompt_container.html",
                "\/symbol_128.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "js\/message_dialog.js",
                "js\/create_element.js",
                "js\/autoprompt_settings.js",
                "js\/autoprompt.js",
                "main.js"
            ]
        }
    ]
}