ChatGPT - File Uploader
With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.
ChatGPT - File Uploader là gì?
ChatGPT - File Uploader là một tiện ích mở rộng Chrome được phát triển bởi https://beonline.pt, và tính năng chính của nó là "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPT - File Uploader
Tải xuống các tệp mở rộng ChatGPT - File Uploader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT - File Uploader |
ID | mfffdegofkkapdnjfekchlbamfamdeeo |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-file-uploader/mfffdegofkkapdnjfekchlbamfamdeeo |
Mô tả | With just a few clicks, you can easily upload large files as chat conversations to ChatGPT. |
Kích Thước Tệp | 9.61 KB |
Số Lần Cài Đặt | 644 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2023-05-20 |
Ngày Phát Hành | 2023-05-19 |
Nhà Phát Triển | https://beonline.pt |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://beonline.pt/ |
URL Trang Chính Sách Bảo Mật | https://beonline.pt/privacy-policy-for-chatgpt-file-uploader |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |