ChatGPT File Uploader
This extension allows you to upload files to a webpage.
Was ist ChatGPT File Uploader?
ChatGPT File Uploader ist eine Chrome-Erweiterung, die von Shreyas Subramani entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to upload files to a webpage.".
Erweiterungsscreenshots
ChatGPT File Uploader-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChatGPT File Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ChatGPT File Uploader |
ID | nhjkphnmaicfiffimbmbhlhbbdagfamn |
Offizielle URL | https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn |
Beschreibung | This extension allows you to upload files to a webpage. |
Dateigröße | 8.88 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-05-24 |
Veröffentlichungsdatum | 2023-05-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Shreyas Subramani |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |