ChatGPT Assistant

Access ChatGPT in a standalone window

ChatGPT Assistantคืออะไร?

ChatGPT Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgptchat.net และคุณลักษณะหลักของมันคือ "Access ChatGPT in a standalone window"

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

screenshot

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

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

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

                        ChatGPT Assistant is an AI-powered Chrome extension that provides users with quick and easy access to OpenAI's ChatGPT language model. With its intuitive interface and natural language processing capabilities, ChatGPT Assistant allows users to ask questions and receive intelligent, informative answers on a wide range of topics, including science, history, technology, and more.

This extension is designed to be a seamless and efficient way to engage with ChatGPT, without requiring users to navigate to a separate website or leave their current browsing session. Additionally, ChatGPT Assistant's customizable settings enable users to tailor their experience to their preferences and workflow, further enhancing the extension's convenience and utility.

Overall, ChatGPT Assistant is a powerful and versatile tool that can benefit anyone seeking to expand their knowledge or understanding, and is a valuable addition to any Chrome user's toolkit.                    

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

ชื่อ ChatGPT Assistant ChatGPT Assistant
ID gpbnhdjoknjmghjfljgcankdldimokmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-assistant/gpbnhdjoknjmghjfljgcankdldimokmk
คำอธิบาย Access ChatGPT in a standalone window
ขนาดไฟล์ 61.25 KB
จำนวนการติดตั้ง 62,684
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2023-04-04
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://chatgptchat.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatgptchat.net
URL หน้าช่วยเหลือ https://chatgptchat.net/support
ภาษาที่รองรับ de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "ChatGPT Assistant"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "matches": [
                "*:\/\/*.chat.openai.com\/chat*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chatgptchat.net\/info",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}