ChatGPT File Uploader

Help you upload large files to chatGPT.

ChatGPT File Uploader क्या है?

ChatGPT File Uploader francisrodney81 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you upload large files to chatGPT."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT File Uploader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing ChatGPT File Upload Tool: Effortlessly Upload and Process Large Files on ChatGPT

ChatGPT File Upload Tool is a powerful Chrome extension designed to enhance your file uploading experience on chat.openai.com. Say goodbye to file size limitations and welcome a seamless and efficient way to upload and process large files directly from your browser.

Key Features:
1. Easy Chunked Uploads: Break down large files into smaller, manageable chunks for smooth uploading, ensuring compatibility with ChatGPT's character limit.
2. Wide File Format Support: Upload various file types including txt, js, py, css, json, csv, pdf, doc, and docx, expanding your capabilities to work with different file formats effortlessly.
3. Text Content Extraction: Extract valuable text content from PDFs, Word documents, and other supported file formats with ease.
4. Simulated Conversation Prompt: Generate conversation prompts based on the context of the uploaded file, enabling smoother interactions with ChatGPT.
5. User-Friendly Interface: Enjoy a seamless experience with a user-friendly interface that allows you to select files and monitor the upload progress effortlessly.

With ChatGPT File Upload Tool, you can unlock the full potential of ChatGPT by seamlessly uploading and processing large files, empowering you to collaborate, exchange data, and share information more effectively. Experience the ultimate convenience and efficiency of chunked uploads, leaving behind the limitations of traditional file transfers.

Upgrade your file uploading experience with ChatGPT File Upload Tool. Discover a new level of productivity and unlock endless possibilities with this innovative Chrome extension. Get ready to elevate your ChatGPT experience and make file sharing a breeze!                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT File Uploader ChatGPT File Uploader
ID gcimiefinnihjibbembpfblhcmjclklo
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-file-uploader/gcimiefinnihjibbembpfblhcmjclklo
विवरण Help you upload large files to chatGPT.
फ़ाइल का आकार 3.31 MB
स्थापना संख्या 7,035
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-01-03
प्रकाशन तिथि 2023-05-27
रेटिंग 2.44/5 कुल 9 रेटिंग्स
डेवलपर francisrodney81
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "http:\/\/chat.openai.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "http:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content-script.js",
                "p.js",
                "pm.js",
                "mb.js",
                "xm.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "p.js",
                "pm.js",
                "mb.js",
                "xm.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "http:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "version": "1.0.4"
}