ChatGPT - File Uploader

With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.

ChatGPT - File Uploader란 무엇입니까?

ChatGPT - File Uploader은(는) https://beonline.pt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatGPT - File Uploader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ChatGPT - File Uploader ChatGPT - File Uploader
ID mfffdegofkkapdnjfekchlbamfamdeeo
공식 URL https://chromewebstore.google.com/detail/chatgpt-file-uploader/mfffdegofkkapdnjfekchlbamfamdeeo
설명 With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.
파일 크기 9.61 KB
설치 횟수 644
현재 버전 0.1
최근 업데이트 2023-05-20
출시 날짜 2023-05-19
개발자 https://beonline.pt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://beonline.pt/
개인정보 보호 정책 페이지 URL https://beonline.pt/privacy-policy-for-chatgpt-file-uploader
지원되는 언어 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"
            ]
        }
    ]
}