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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة PDF.ai - Ultimate ChatPDF extension

قم بتنزيل ملفات الامتداد PDF.ai - Ultimate ChatPDF extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}