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!

O que é AskYourPDF: The Best ChatPDF AI Extension?

AskYourPDF: The Best ChatPDF AI Extension é uma extensão do Chrome desenvolvida por https://askyourpdf.com, e sua principal característica é "The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AskYourPDF: The Best ChatPDF AI Extension

Baixe arquivos de extensão AskYourPDF: The Best ChatPDF AI Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome AskYourPDF: The Best ChatPDF AI Extension AskYourPDF: The Best ChatPDF AI Extension
ID gaieenaffioioljpcocdkpphlifbhaig
URL Oficial https://chromewebstore.google.com/detail/askyourpdf-the-best-chatp/gaieenaffioioljpcocdkpphlifbhaig
Descrição The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!
Tamanho do Arquivo 2.33 MB
Contagem de Instalações 32,955
Versão Atual 1.13
Última Atualização 2023-10-15
Data de Publicação 2023-08-13
Classificação 4.57/5 Total de 129 Avaliações
Desenvolvedor https://askyourpdf.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://askyourpdf.com
URL da Página de Ajuda https://askyourpdf.com/faq
URL da Página de Política de Privacidade https://askyourpdf.com/terms
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}