ChatGPT File Uploader
This extension allows you to upload files to a webpage.
Τι είναι το ChatGPT File Uploader;
Το ChatGPT File Uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shreyas Subramani, και η κύρια λειτουργία του είναι "This extension allows you to upload files to a webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT File Uploader
Λήψη αρχείων επέκτασης ChatGPT File Uploader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ChatGPT File Uploader |
ID | nhjkphnmaicfiffimbmbhlhbbdagfamn |
Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn |
Περιγραφή | This extension allows you to upload files to a webpage. |
Μέγεθος Αρχείου | 8.88 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-05-24 |
Ημερομηνία Δημοσίευσης | 2023-05-23 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Shreyas Subramani |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |