ChatGPT Auto Prompt Fill

Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.

ChatGPT Auto Prompt Fillคืออะไร?

ChatGPT Auto Prompt Fill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://autopromptfill.com และคุณลักษณะหลักของมันคือ "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more."

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

screenshot

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

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

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

                        Auto Prompt Fill enhances your productivity with ChatGPT. This tool automatically fills prompts that you've created using PromptToolbox. Now you can quickly fill your prompts without the hassle, freeing up your time for more creative work.                    

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

ชื่อ ChatGPT Auto Prompt Fill ChatGPT Auto Prompt Fill
ID dbikogdgfpfhbjdlogjlmkafkklebfbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-auto-prompt-fill/dbikogdgfpfhbjdlogjlmkafkklebfbk
คำอธิบาย Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.
ขนาดไฟล์ 50.74 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-03
วันที่เผยแพร่ 2023-06-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://autopromptfill.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://autopromptfill.com
URL หน้าช่วยเหลือ https://autopromptfill.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Auto Prompt Fill",
    "short_name": "APF",
    "version": "1.0.2",
    "description": "Auto Prompt Fill: Auto-fill your ChatGPT prompts using PromptToolbox and more.",
    "permissions": [
        "https:\/\/prompttoolbox.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prompttoolbox.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}