PDF.ai - Ultimate ChatPDF extension

The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!

PDF.ai - Ultimate ChatPDF extension क्या है?

PDF.ai - Ultimate ChatPDF extension https://pdf.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PDF.ai - Ultimate ChatPDF extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing the ultimate ChatPDF Chrome extension that allows you to chat with any PDF! 🥳

Engage effortlessly with PDFs from external .pdf files or your local .pdf files.

We also have native integrations with Google Drive and Dropbox.

Experience the future of interactive document interaction. Try it now! 🙌                    

एक्सटेंशन की मूल जानकारी

नाम PDF.ai - Ultimate ChatPDF extension PDF.ai - Ultimate ChatPDF extension
ID mkgegefmmdlpejiifolbbjjfggimnmoe
आधिकारिक URL https://chromewebstore.google.com/detail/pdfai-ultimate-chatpdf-ex/mkgegefmmdlpejiifolbbjjfggimnmoe
विवरण The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!
फ़ाइल का आकार 2 MB
स्थापना संख्या 50,265
वर्तमान संस्करण 0.20.2
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2023-06-08
रेटिंग 4.51/5 कुल 212 रेटिंग्स
डेवलपर https://pdf.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://pdf.ai/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDF.ai - Ultimate ChatPDF extension",
    "description": "The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!",
    "version": "0.20.2",
    "permissions": [
        "storage",
        "webRequest",
        "scripting",
        "identity",
        "identity.email",
        "file:\/\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "\/images\/*",
                "\/fonts\/*",
                "\/lib\/tesseract\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drive.google.com\/file\/d\/*\/view",
                "https:\/\/drive.google.com\/drive\/u\/*\/*",
                "https:\/\/www.dropbox.com\/s\/*\/*",
                "https:\/\/dropbox.com\/s\/*\/*",
                "https:\/\/www.dropbox.com\/home*",
                "https:\/\/dropbox.com\/home*",
                "https:\/\/www.dropbox.com\/recents*",
                "https:\/\/dropbox.com\/recents*",
                "https:\/\/www.dropbox.com\/h*",
                "https:\/\/dropbox.com\/h*",
                "https:\/\/*.docusign.net\/Signing\/?ti=*",
                "https:\/\/docusign.net\/Signing\/?ti=*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.pdf.ai\/*",
            "https:\/\/pdf.ai\/*"
        ]
    }
}