ChatGPT File Uploader

This extension allows you to upload files to a webpage.

Wat is ChatGPT File Uploader?

ChatGPT File Uploader is een Chrome-extensie ontwikkeld door Shreyas Subramani, en de belangrijkste functie is "This extension allows you to upload files to a webpage.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChatGPT File Uploader

Download ChatGPT File Uploader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The "ChatGPT File Uploader" extension provides a convenient way to upload files into ChatGPT. With this extension, you can easily select and upload files to ChatGPT with just a few clicks.

How to Use:

1. Install the extension from the Chrome Web Store.
2. Once installed, the extension icon will appear in the Chrome toolbar.
3. Click on the extension icon to open the popup window.
4. Use the start button to activate or deactivate the file upload functionality.
5. When the button is active, you can click on file upload fields on websites to select and upload files.
Enjoy a seamless file uploading experience without any hassle.                    

Basisinformatie over de Extensie

Naam ChatGPT File Uploader ChatGPT File Uploader
ID nhjkphnmaicfiffimbmbhlhbbdagfamn
Officiële URL https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn
Beschrijving This extension allows you to upload files to a webpage.
Bestandsgrootte 8.88 KB
Aantal Installaties 49
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-24
Publicatiedatum 2023-05-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shreyas Subramani
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Uploader",
    "description": "This extension allows you to upload files to a webpage.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}