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!

什麼是AskYourPDF: The Best ChatPDF AI Extension?

AskYourPDF: The Best ChatPDF AI Extension是由https://askyourpdf.com開發的Chrome擴展程式,該擴展的主要功能是“The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!”。

擴展截圖

screenshot
screenshot

下載AskYourPDF: The Best ChatPDF AI Extension擴展crx文件

下載AskYourPDF: The Best ChatPDF AI Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 AskYourPDF: The Best ChatPDF AI Extension AskYourPDF: The Best ChatPDF AI Extension
ID gaieenaffioioljpcocdkpphlifbhaig
官方網址 https://chromewebstore.google.com/detail/askyourpdf-the-best-chatp/gaieenaffioioljpcocdkpphlifbhaig
簡介 The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!
檔案大小 2.33 MB
安裝次數 32,955
目前版本 1.13
更新時間 2023-10-15
上架時間 2023-08-13
評分 4.57/5 共 129 次評分
開發者 https://askyourpdf.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://askyourpdf.com
說明頁面URL https://askyourpdf.com/faq
隱私政策頁面URL https://askyourpdf.com/terms
支援的語言 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": [
                ""
            ]
        }
    ]
}