ChatGPT Documents Uploader

Upload several filetypes including docx, pdf, txt and much more to ChatGPT

ChatGPT Documents Uploaderคืออะไร?

ChatGPT Documents Uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kannan.vegeta และคุณลักษณะหลักของมันคือ "Upload several filetypes including docx, pdf, txt and much more to ChatGPT"

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

screenshot

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

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

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

                        Enhance your ChatGPT experience with the ChatGPT Documents Uploader extension for Google Chrome. This powerful and user-friendly tool allows you to upload and process various file formats such as docx, pdf, txt, and many more, enabling seamless integration with the ChatGPT platform.

Key Features:

Wide range of supported file formats: Upload files in formats like docx, pdf, txt, js, py, html, css, json, and csv with ease.
Document processing capabilities: Extract text content from Microsoft Word documents and PDF files using the integrated Mammoth.js and PDF.js libraries.
Convenient file upload: Divide your file content into manageable chunks and send them directly to ChatGPT for processing.
Progress tracking: Keep an eye on the progress of your file upload with a modern and sleek progress bar.
Why should you install ChatGPT Documents Uploader?

The ChatGPT Documents Uploader extension is designed to make your ChatGPT experience more efficient and productive. By facilitating the uploading and processing of various file formats, it streamlines your workflow and helps you get the most out of the ChatGPT platform.

Whether you're a professional who needs to process multiple documents, a student working on a project, or simply someone who enjoys using ChatGPT, this extension is a must-have tool for you.

Don't miss out on the opportunity to simplify your ChatGPT experience. Install the ChatGPT Documents Uploader extension today and unlock its full potential!                    

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

ชื่อ ChatGPT Documents Uploader ChatGPT Documents Uploader
ID maobhmkbcgenonoolojofldcoacchaie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-documents-uploade/maobhmkbcgenonoolojofldcoacchaie
คำอธิบาย Upload several filetypes including docx, pdf, txt and much more to ChatGPT
ขนาดไฟล์ 518 KB
จำนวนการติดตั้ง 795
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-05-18
วันที่เผยแพร่ 2023-05-18
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kannan.vegeta
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Documents Uploader",
    "version": "1.0",
    "description": "Upload several filetypes including docx, pdf, txt and much more to ChatGPT",
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "mammoth.browser.min.js",
                "pdf.min.js",
                "pdf.worker.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}