ChatGPT File Uploader Extended

ChatGPT File Uploader Extended - Upload various file types to ChatGPT

ChatGPT File Uploader Extendedคืออะไร?

ChatGPT File Uploader Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ariburaco และคุณลักษณะหลักของมันคือ "ChatGPT File Uploader Extended - Upload various file types to ChatGPT"

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

screenshot

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

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

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

                        ChatGPT File Uploader Extended - Upload various file types to ChatGPT                    

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

ชื่อ ChatGPT File Uploader Extended ChatGPT File Uploader Extended
ID knlkgeejhbklfnkbjhnmjbcabeokphpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn
คำอธิบาย ChatGPT File Uploader Extended - Upload various file types to ChatGPT
ขนาดไฟล์ 784 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2024-02-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ariburaco
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/blog/privacy-policy-url
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Uploader Extended",
    "version": "1.5.1",
    "description": "ChatGPT File Uploader Extended - Upload various file types to ChatGPT",
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}