chatPDF101
chatPDF101 & ChatPDF & ChatGPT & GPT4
What is chatPDF101?
chatPDF101 is a Chrome extension developed by https://chatpdf.website, and its main feature is "chatPDF101 & ChatPDF & ChatGPT & GPT4".
Extension Screenshots
Download chatPDF101 Extension CRX File
Download chatPDF101 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | chatPDF101 |
ID | acleolbhhggjllbhebhhnicbbldmngpn |
Official URL | https://chromewebstore.google.com/detail/chatpdf101/acleolbhhggjllbhebhhnicbbldmngpn |
Description | chatPDF101 & ChatPDF & ChatGPT & GPT4 |
File Size | 37.7 KB |
Installation Count | 93 |
Current Version | 1.1 |
Last Updated | 2023-12-24 |
Publish Date | 2023-05-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://chatpdf.website |
[email protected] | |
Payment Type | free |
Extension Website | https://chatpdf.website |
Help Page URL | https://saas-ai1.web.app/support.html |
Privacy Policy Page URL | https://saas-ai1.web.app/privacy-policy-for-products.html |
Supported Languages | 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" } } |