https://github.com/deonvz/chatgptfileuploadchromeextension
This extension will place a file upload for you on the ChatGPT website. Allow you to process your own scripts, files, documents, code, database and more in chat. Allow ChatGPT to work with your own data, answering questions, giving suggestions and updating the file. Full Props goes to "Automate My Life" on Youtube, for the great code.
https://github.com/deonvz/chatgptfileuploadchromeextension
chatgpt chrome chrome-extension fileupload fileuploader javascript js
Last synced: about 1 year ago
JSON representation
This extension will place a file upload for you on the ChatGPT website. Allow you to process your own scripts, files, documents, code, database and more in chat. Allow ChatGPT to work with your own data, answering questions, giving suggestions and updating the file. Full Props goes to "Automate My Life" on Youtube, for the great code.
- Host: GitHub
- URL: https://github.com/deonvz/chatgptfileuploadchromeextension
- Owner: deonvz
- License: mit
- Created: 2023-05-16T08:41:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:52:58.000Z (about 3 years ago)
- Last Synced: 2025-03-27T17:35:15.836Z (over 1 year ago)
- Topics: chatgpt, chrome, chrome-extension, fileupload, fileuploader, javascript, js
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPTFileuploadChromeExtension
This extension will place a file upload for you on the ChatGPT website. Allow you to process your own scripts, files, documents, code, database and more in chat. Allow ChatGPT to work with your own data, answering questions, giving suggestions and updating the file. Full Props go to "Automate My Life" on Youtube, for the great code.

1. Clone this repository.
2. Open Chrome and click the extensions button (Puzzle piece).
3. Toggle Developer mode.
4. Click Load unpacked.
5. Select the repository folder.
6. Ignore the error (false positive)
7. Go to the ChatGPT website, you will now have a File upload Button.
8. The loading indicator shows how much has been uploaded as the script breaks the file into chunks to stay within the character limits of ChatGPT.
