chatPDF101

chatPDF101 & ChatPDF & ChatGPT & GPT4

Apa itu chatPDF101?

chatPDF101 adalah ekstensi Chrome yang dikembangkan oleh https://chatpdf.website, dan fitur utamanya adalah "chatPDF101 & ChatPDF & ChatGPT & GPT4".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi chatPDF101

Unduh file ekstensi chatPDF101 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama chatPDF101 chatPDF101
ID acleolbhhggjllbhebhhnicbbldmngpn
URL Resmi https://chromewebstore.google.com/detail/chatpdf101/acleolbhhggjllbhebhhnicbbldmngpn
Deskripsi chatPDF101 & ChatPDF & ChatGPT & GPT4
Ukuran File 37.7 KB
Jumlah Instalasi 93
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-12-24
Tanggal Publikasi 2023-05-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://chatpdf.website
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chatpdf.website
URL Halaman Bantuan https://saas-ai1.web.app/support.html
URL Halaman Kebijakan Privasi https://saas-ai1.web.app/privacy-policy-for-products.html
Bahasa yang Didukung 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"
    }
}