ChatGPT - File Uploader
With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.
What is ChatGPT - File Uploader?
ChatGPT - File Uploader is a Chrome extension developed by https://beonline.pt, and its main feature is "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.".
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
Get ready to take your AI language model game to the next level with this awesome Chrome extension! With just a few clicks, you can easily upload large files as chat conversations to ChatGPT. The extension adds a sleek "Submit File" button and progress bar to a specific webpage, allowing you to submit bit pieces of content effortlessly. Plus, each chat message includes a cool custom message telling you which part of the file is being submitted. Whether you're generating responses or analyzing text data, this extension makes it super easy and fun. So why wait? Download it now and start exploring all the amazing possibilities! ***DEVELOPER NOTES*** - This extensions is free - It's still in development - when clicking on "+ New Chat" you need to refresh the page for the button to show ( this will be fixed in the future) ***CREDITS*** Code inspired by: https://www.youtube.com/watch?v=iR99LO28nzM&t=40s
Extension Basic Information
Name | ChatGPT - File Uploader |
ID | mfffdegofkkapdnjfekchlbamfamdeeo |
Official URL | https://chromewebstore.google.com/detail/chatgpt-file-uploader/mfffdegofkkapdnjfekchlbamfamdeeo |
Description | With just a few clicks, you can easily upload large files as chat conversations to ChatGPT. |
File Size | 9.61 KB |
Installation Count | 644 |
Current Version | 0.1 |
Last Updated | 2023-05-20 |
Publish Date | 2023-05-19 |
Developer | https://beonline.pt |
[email protected] | |
Payment Type | free |
Extension Website | http://beonline.pt/ |
Privacy Policy Page URL | https://beonline.pt/privacy-policy-for-chatgpt-file-uploader |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT - File Uploader", "version": "0.1", "description": "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "inject.js" ] } ] } |