DocGPT➶ & GPT4-128K Sidebar

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

Что такое DocGPT➶ & GPT4-128K Sidebar?

DocGPT➶ & GPT4-128K Sidebar - это расширение Chrome, разработанное https://chatpdf.website, и его основная функция - "Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения DocGPT➶ & GPT4-128K Sidebar

Скачайте файлы расширений DocGPT➶ & GPT4-128K Sidebar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название DocGPT➶ & GPT4-128K Sidebar DocGPT➶ & GPT4-128K Sidebar
ID dpgnglnlpddlohpfkolmfaiokogflmeo
Официальный URL https://chromewebstore.google.com/detail/docgpt%E2%9E%B6-gpt4-128k-sidebar/dpgnglnlpddlohpfkolmfaiokogflmeo
Описание Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐
Размер файла 38.48 KB
Количество установок 1,383
Текущая Версия 1.2.8
Последнее Обновление 2024-02-26
Дата публикации 2023-04-29
Рейтинг 3.00/5 Всего 3 оценок
Разработчик https://chatpdf.website
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://saas-ai.web.app/
URL страницы помощи https://saas-ai1.web.app/support.html
URL страницы политики конфиденциальности https://saas-ai1.web.app/privacy-policy-for-products.html
Поддерживаемые языки 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"
    }
}