DocGPT➶ & GPT4-128K Sidebar

Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐

DocGPT➶ & GPT4-128K Sidebar là gì?

DocGPT➶ & GPT4-128K Sidebar là một tiện ích mở rộng Chrome được phát triển bởi https://chatpdf.website, và tính năng chính của nó là "Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DocGPT➶ & GPT4-128K Sidebar

Tải xuống các tệp mở rộng DocGPT➶ & GPT4-128K Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Upload a document(PDF, Markdown, Epub, FB2), then, ask anything about your Document.😍😍🧐
Chat any documents with AI.

Features:
1. Ask anything about your document
2. 📝 Summarize docs
3. 🖍️ Highlight source
4. 📤 Upload docs .pdf,.md(best support)
5. 💾 Data saved locally
6. 💰 Token usage tracker

This app integrates the latest AI technology, including:
1.ChatGPT
2. langchain & llama_index
3. Vector storage
4. Document Fragmentation Technology
5. GPT4
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!

#ChatGPT #DocGPT #chatDoc #chatPDF #GPT4                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DocGPT➶ & GPT4-128K Sidebar DocGPT➶ & GPT4-128K Sidebar
ID dpgnglnlpddlohpfkolmfaiokogflmeo
URL Chính Thức https://chromewebstore.google.com/detail/docgpt%E2%9E%B6-gpt4-128k-sidebar/dpgnglnlpddlohpfkolmfaiokogflmeo
Mô tả Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐
Kích Thước Tệp 38.48 KB
Số Lần Cài Đặt 1,383
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-04-29
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://chatpdf.website
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://saas-ai.web.app/
URL Trang Trợ Giúp https://saas-ai1.web.app/support.html
URL Trang Chính Sách Bảo Mật https://saas-ai1.web.app/privacy-policy-for-products.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocGPT\u27b6 & GPT4-128K Sidebar",
    "description": "Sidebar, ChatPDF\u27b6, Upload a PDF\/DOC\/TXT\/CSV\/Markdown document, then, ask anything about your Document.\ud83d\ude0d\ud83d\ude0d\ud83e\uddd0",
    "version": "1.2.8",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "scripting",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "popup-sidebar.html"
    },
    "icons": {
        "16": "docgpt-16.png",
        "32": "docgpt-32.png",
        "48": "docgpt-48.png",
        "128": "docgpt-128.png"
    }
}