ChatGPT File Uploader

This extension allows you to upload files to a webpage.

Qu'est-ce que ChatGPT File Uploader ?

ChatGPT File Uploader est une extension Chrome développée par Shreyas Subramani, et sa fonction principale est "This extension allows you to upload files to a webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT File Uploader

Téléchargez les fichiers d'extension ChatGPT File Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT File Uploader ChatGPT File Uploader
ID nhjkphnmaicfiffimbmbhlhbbdagfamn
URL Officiel https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn
Description This extension allows you to upload files to a webpage.
Taille du Fichier 8.88 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-24
Date de Publication 2023-05-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Shreyas Subramani
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}