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" ] } ] } |