AskYourPDF: The Best ChatPDF AI Extension

The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!

Apa itu AskYourPDF: The Best ChatPDF AI Extension?

AskYourPDF: The Best ChatPDF AI Extension adalah ekstensi Chrome yang dikembangkan oleh https://askyourpdf.com, dan fitur utamanya adalah "The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AskYourPDF: The Best ChatPDF AI Extension

Unduh file ekstensi AskYourPDF: The Best ChatPDF AI Extension 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

                        We built AskYourPDF as the only PDF AI Chat Extension you will ever need. Easily upload your PDF files and engage with our intelligent chat AI to extract valuable insights and answers from your documents to help you make informed decisions.

With advanced AI technology, the extension can help you chat with any PDF, understand your queries and provide accurate and concise answers from any document.

With AskYourPDF, you're not just reading a document - you're having a conversation with it

The extension is continuously updated to improve its performance and ensure the highest level of accuracy in its responses. Try it now!                    

Informasi Dasar Ekstensi

Nama AskYourPDF: The Best ChatPDF AI Extension AskYourPDF: The Best ChatPDF AI Extension
ID gaieenaffioioljpcocdkpphlifbhaig
URL Resmi https://chromewebstore.google.com/detail/askyourpdf-the-best-chatp/gaieenaffioioljpcocdkpphlifbhaig
Deskripsi The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!
Ukuran File 2.33 MB
Jumlah Instalasi 32,955
Versi Saat Ini 1.13
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2023-08-13
Penilaian 4.57/5 Total 129 Penilaian
Pengembang https://askyourpdf.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://askyourpdf.com
URL Halaman Bantuan https://askyourpdf.com/faq
URL Halaman Kebijakan Privasi https://askyourpdf.com/terms
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AskYourPDF: The Best ChatPDF AI Extension",
    "version": "1.13",
    "description": "The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "framer.html",
                "login.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}