ChatGPT File Uploader Extended

ChatGPT File Uploader Extended - Upload various file types to ChatGPT

ChatGPT File Uploader Extended là gì?

ChatGPT File Uploader Extended là một tiện ích mở rộng Chrome được phát triển bởi ariburaco, và tính năng chính của nó là "ChatGPT File Uploader Extended - Upload various file types to ChatGPT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT File Uploader Extended

Tải xuống các tệp mở rộng ChatGPT File Uploader Extended dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ChatGPT File Uploader Extended - Upload various file types to ChatGPT                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT File Uploader Extended ChatGPT File Uploader Extended
ID knlkgeejhbklfnkbjhnmjbcabeokphpn
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn
Mô tả ChatGPT File Uploader Extended - Upload various file types to ChatGPT
Kích Thước Tệp 784 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2024-02-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ariburaco
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/blog/privacy-policy-url
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}