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은(는) https://chatpdf.website에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sidebar, ChatPDF➶, Upload a PDF/DOC/TXT/CSV/Markdown document, then, ask anything about your Document.😍😍🧐"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DocGPT➶ & GPT4-128K Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}