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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}