chatPDF101
chatPDF101 & ChatPDF & ChatGPT & GPT4
O que é chatPDF101?
chatPDF101 é uma extensão do Chrome desenvolvida por https://chatpdf.website, e sua principal característica é "chatPDF101 & ChatPDF & ChatGPT & GPT4".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão chatPDF101
Baixe arquivos de extensão chatPDF101 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
Upload your file and have a conversation with it using AI(ChatGPT, GPT4). File supported types: TXT, PDF, EPUB, Markdown, Zip... Upload your documents, chatGPT/GPT4 will analyze your documents, and give AI answers according to your questions, which are very accurate! Incredibly accurate! No need to worry about privacy leaks! The documents you upload will be deleted regularly! This app integrates the latest AI technology, including: 1.ChatGPT 2. GPT4 3. langchain 4. Vector storage 5. Document Fragmentation Technology In a word, ChatPDF101 bulit-in many PDF AI, document AI. #chatGPT #DocGPT #langchain #chatDoc #chatPDF
Informações Básicas da Extensão
Nome | chatPDF101 |
ID | acleolbhhggjllbhebhhnicbbldmngpn |
URL Oficial | https://chromewebstore.google.com/detail/chatpdf101/acleolbhhggjllbhebhhnicbbldmngpn |
Descrição | chatPDF101 & ChatPDF & ChatGPT & GPT4 |
Tamanho do Arquivo | 37.7 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.1 |
Última Atualização | 2023-12-24 |
Data de Publicação | 2023-05-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://chatpdf.website |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chatpdf.website |
URL da Página de Ajuda | https://saas-ai1.web.app/support.html |
URL da Página de Política de Privacidade | https://saas-ai1.web.app/privacy-policy-for-products.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chatPDF101", "description": "chatPDF101 & ChatPDF & ChatGPT & GPT4", "version": "1.1", "manifest_version": 3, "permissions": [ "contextMenus", "scripting" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "chatPDF101 & ChatPDF & ChatGPT & GPT4", "default_popup": "popup.html" }, "icons": { "16": "chatDoc-16.png", "32": "chatDoc-32.png", "48": "chatDoc-48.png", "128": "chatDoc-128.png" } } |