ChatGPT File Extension

A Chrome extension to submit files to ChatGPT

Co to jest ChatGPT File Extension?

ChatGPT File Extension to rozszerzenie Chrome opracowane przez Pharavi, a jego główną funkcją jest „A Chrome extension to submit files to ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT File Extension

Pobierz pliki rozszerzeń ChatGPT File Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Unleash the Power of Chunky Uploads! Introducing ChatGPT File Uploader: the Ultimate Chrome Extension for Seamless Large File Transfers.

Say goodbye to file size limitations and hello to effortless uploads with ChatGPT File Uploader. This game-changing Chrome extension revolutionizes the way you share large files on chat.openai.com. No more frustrations over character limits, you can now break down your hefty files into bite-sized chunks ranging from 1 to 15,000 characters.

Experience unrivaled convenience as ChatGPT File Uploader takes the reins of your file uploads. Seamlessly split, upload, and conquer the upload process with a single click! Our innovative extension seamlessly integrates a button into the chat page, granting you the power to effortlessly select a file and watch it magically transform into manageable chunks before your eyes. Trust us, it's as easy as 1-2-3!

Compatible with an extensive range of file formats, including txt, js, py, css, json, and csv, ChatGPT File Uploader ensures flexibility and versatility for all your document-sharing needs. Whether you're collaborating on a coding project, exchanging data, or sharing critical information, this extension has you covered.

Unlock a new era of streamlined file transfers. Say hello to ChatGPT File Uploader and wave goodbye to limitations. Get ready to upload like never before!                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT File Extension ChatGPT File Extension
ID afjjnhoidmijbnjgjgkmbckpcogdmpce
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-file-extension/afjjnhoidmijbnjgjgkmbckpcogdmpce
Opis A Chrome extension to submit files to ChatGPT
Rozmiar pliku 3.91 KB
Liczba instalacji 422
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-22
Data Publikacji 2023-05-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Pharavi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Extension",
    "version": "1.0",
    "description": "A Chrome extension to submit files to ChatGPT",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}