chatPDF101
chatPDF101 & ChatPDF & ChatGPT & GPT4
什麼是chatPDF101?
chatPDF101是由https://chatpdf.website開發的Chrome擴展程式,該擴展的主要功能是“chatPDF101 & ChatPDF & ChatGPT & GPT4”。
擴展截圖
下載chatPDF101擴展crx文件
下載chatPDF101擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | chatPDF101 |
ID | acleolbhhggjllbhebhhnicbbldmngpn |
官方網址 | https://chromewebstore.google.com/detail/chatpdf101/acleolbhhggjllbhebhhnicbbldmngpn |
簡介 | chatPDF101 & ChatPDF & ChatGPT & GPT4 |
檔案大小 | 37.7 KB |
安裝次數 | 93 |
目前版本 | 1.1 |
更新時間 | 2023-12-24 |
上架時間 | 2023-05-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://chatpdf.website |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://chatpdf.website |
說明頁面URL | https://saas-ai1.web.app/support.html |
隱私政策頁面URL | https://saas-ai1.web.app/privacy-policy-for-products.html |
支援的語言 | 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" } } |