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!

Qu'est-ce que AskYourPDF: The Best ChatPDF AI Extension ?

AskYourPDF: The Best ChatPDF AI Extension est une extension Chrome développée par https://askyourpdf.com, et sa fonction principale est "The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AskYourPDF: The Best ChatPDF AI Extension

Téléchargez les fichiers d'extension AskYourPDF: The Best ChatPDF AI Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AskYourPDF: The Best ChatPDF AI Extension AskYourPDF: The Best ChatPDF AI Extension
ID gaieenaffioioljpcocdkpphlifbhaig
URL Officiel https://chromewebstore.google.com/detail/askyourpdf-the-best-chatp/gaieenaffioioljpcocdkpphlifbhaig
Description The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!
Taille du Fichier 2.33 MB
Nombre d'Installations 32,955
Version Actuelle 1.13
Dernière Mise à Jour 2023-10-15
Date de Publication 2023-08-13
Évaluation 4.57/5 Total 129 Évaluations
Développeur https://askyourpdf.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://askyourpdf.com
URL de la Page d'Aide https://askyourpdf.com/faq
URL de la Page de Politique de Confidentialité https://askyourpdf.com/terms
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}