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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}