ChatGPT File Uploader
This extension allows you to upload files to a webpage.
What is ChatGPT File Uploader?
ChatGPT File Uploader is a Chrome extension developed by Shreyas Subramani, and its main feature is "This extension allows you to upload files to a webpage.".
Extension Screenshots
Download ChatGPT File Uploader Extension CRX File
Download ChatGPT File Uploader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT File Uploader |
ID | nhjkphnmaicfiffimbmbhlhbbdagfamn |
Official URL | https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn |
Description | This extension allows you to upload files to a webpage. |
File Size | 8.88 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2023-05-24 |
Publish Date | 2023-05-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Shreyas Subramani |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |