ChatGPT Assistant - Autocomplete Prompts

A Chrome Extension for Autofilling prompts in ChatGPT's text box and copy the last response.

ChatGPT Assistant - Autocomplete Promptsคืออะไร?

ChatGPT Assistant - Autocomplete Prompts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย huddleboards และคุณลักษณะหลักของมันคือ "A Chrome Extension for Autofilling prompts in ChatGPT's text box and copy the last response."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Assistant - Autocomplete Prompts

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

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

                        Introducing ChatGPT Assistant - the ultimate productivity booster for your ChatGPT experience! This easy-to-use Chrome extension streamlines your interactions with ChatGPT, making it more efficient, intuitive, and enjoyable.

Key Features:	
- Autocomplete Common Prompts: As you start typing in the ChatGPT text box, ChatGPT Assistant offers you autocomplete suggestions based on predefined phrases or questions. Say goodbye to repetitive typing and enhance your productivity with this intelligent feature. 
- Copy Last Response: No more struggling with selecting and copying text! With our "Copy Last Response" button, you can effortlessly copy the ChatGPT response to your clipboard in just one click. Share, paste, or save the information with ease!
Customizable Experience: Easily add, edit, or remove prompts to tailor the extension to your needs. Make your ChatGPT sessions even more efficient.	
- Seamless Integration: ChatGPT Assistant integrates seamlessly with the existing ChatGPT interface, ensuring a smooth and unobtrusive experience. Simply install the extension, and it will automatically enhance your ChatGPT interactions.

Unlock the full potential of ChatGPT with the ChatGPT Assistant Chrome extension. Download now and supercharge your productivity! 

Note: This extension is not affiliated with or endorsed by OpenAI. ChatGPT Assistant is an independent project developed to enhance user experience with the ChatGPT platform.                    

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

ชื่อ ChatGPT Assistant - Autocomplete Prompts ChatGPT Assistant - Autocomplete Prompts
ID ndpnkidldbbanbbnfihfhhclokghfaem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-assistant-autocom/ndpnkidldbbanbbnfihfhhclokghfaem
คำอธิบาย A Chrome Extension for Autofilling prompts in ChatGPT's text box and copy the last response.
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-23
วันที่เผยแพร่ 2023-03-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา huddleboards
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Assistant - Autocomplete Prompts",
    "description": "A Chrome Extension for Autofilling prompts in ChatGPT's text box and copy the last response.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ]
}