DocGPT➶ & GPT4-128K Sidebar

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

What is DocGPT➶ & GPT4-128K Sidebar?

DocGPT➶ & GPT4-128K Sidebar is a Chrome extension developed by https://chatpdf.website, and its main feature is "Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DocGPT➶ & GPT4-128K Sidebar Extension CRX File

Download DocGPT➶ & GPT4-128K Sidebar 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 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                    

Extension Basic Information

Name DocGPT➶ & GPT4-128K Sidebar DocGPT➶ & GPT4-128K Sidebar
ID dpgnglnlpddlohpfkolmfaiokogflmeo
Official URL https://chromewebstore.google.com/detail/docgpt%E2%9E%B6-gpt4-128k-sidebar/dpgnglnlpddlohpfkolmfaiokogflmeo
Description Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐
File Size 38.48 KB
Installation Count 1,383
Current Version 1.2.8
Last Updated 2024-02-26
Publish Date 2023-04-29
Rating 3.00/5 Total 3 Ratings
Developer https://chatpdf.website
Email [email protected]
Payment Type free
Extension Website https://saas-ai.web.app/
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-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"
    }
}