ChatGPT File Uploader
This extension allows you to upload files to a webpage.
Cos'è ChatGPT File Uploader?
ChatGPT File Uploader è un'estensione di Chrome sviluppata da Shreyas Subramani, e la sua funzione principale è "This extension allows you to upload files to a webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT File Uploader
Scarica i file di estensione ChatGPT File Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT File Uploader |
ID | nhjkphnmaicfiffimbmbhlhbbdagfamn |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn |
Descrizione | This extension allows you to upload files to a webpage. |
Dimensione del File | 8.88 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-24 |
Data di Pubblicazione | 2023-05-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Shreyas Subramani |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |