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 là gì?

PDF.ai - Ultimate ChatPDF extension là một tiện ích mở rộng Chrome được phát triển bởi https://pdf.ai, và tính năng chính của nó là "The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF.ai - Ultimate ChatPDF extension

Tải xuống các tệp mở rộng PDF.ai - Ultimate ChatPDF extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! 🙌                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDF.ai - Ultimate ChatPDF extension PDF.ai - Ultimate ChatPDF extension
ID mkgegefmmdlpejiifolbbjjfggimnmoe
URL Chính Thức https://chromewebstore.google.com/detail/pdfai-ultimate-chatpdf-ex/mkgegefmmdlpejiifolbbjjfggimnmoe
Mô tả The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!
Kích Thước Tệp 2 MB
Số Lần Cài Đặt 50,265
Phiên Bản Hiện Tại 0.20.2
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2023-06-08
Đánh Giá 4.51/5 Tổng số 212 Đánh Giá
Nhà Phát Triển https://pdf.ai
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://pdf.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}