ChatGPT - File Uploader

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

O que é ChatGPT - File Uploader?

ChatGPT - File Uploader é uma extensão do Chrome desenvolvida por https://beonline.pt, e sua principal característica é "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT - File Uploader

Baixe arquivos de extensão ChatGPT - File Uploader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChatGPT - File Uploader ChatGPT - File Uploader
ID mfffdegofkkapdnjfekchlbamfamdeeo
URL Oficial https://chromewebstore.google.com/detail/chatgpt-file-uploader/mfffdegofkkapdnjfekchlbamfamdeeo
Descrição With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.
Tamanho do Arquivo 9.61 KB
Contagem de Instalações 644
Versão Atual 0.1
Última Atualização 2023-05-20
Data de Publicação 2023-05-19
Desenvolvedor https://beonline.pt
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://beonline.pt/
URL da Página de Política de Privacidade https://beonline.pt/privacy-policy-for-chatgpt-file-uploader
Idiomas Suportados 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"
            ]
        }
    ]
}