chatPDF101
chatPDF101 & ChatPDF & ChatGPT & GPT4
Cos'è chatPDF101?
chatPDF101 è un'estensione di Chrome sviluppata da https://chatpdf.website, e la sua funzione principale è "chatPDF101 & ChatPDF & ChatGPT & GPT4".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione chatPDF101
Scarica i file di estensione chatPDF101 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | chatPDF101 |
ID | acleolbhhggjllbhebhhnicbbldmngpn |
URL Ufficiale | https://chromewebstore.google.com/detail/chatpdf101/acleolbhhggjllbhebhhnicbbldmngpn |
Descrizione | chatPDF101 & ChatPDF & ChatGPT & GPT4 |
Dimensione del File | 37.7 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-12-24 |
Data di Pubblicazione | 2023-05-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://chatpdf.website |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chatpdf.website |
URL della Pagina di Aiuto | https://saas-ai1.web.app/support.html |
URL della Pagina della Politica sulla Privacy | https://saas-ai1.web.app/privacy-policy-for-products.html |
Lingue Supportate | 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" } } |