PDFAI.io - Best AI PDF chrome extension

Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.

PDFAI.io - Best AI PDF chrome extension là gì?

PDFAI.io - Best AI PDF chrome extension là một tiện ích mở rộng Chrome được phát triển bởi haitham.mousaa, và tính năng chính của nó là "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.".

Ả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 PDFAI.io - Best AI PDF chrome extension

Tải xuống các tệp mở rộng PDFAI.io - Best AI PDF chrome 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

                        Efficiently read and interact with PDFs while seamlessly generating and answering questions about their content                    

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

Tên PDFAI.io - Best AI PDF chrome extension PDFAI.io - Best AI PDF chrome extension
ID jocmhahiccpckdaffdokgaijcdofgpff
URL Chính Thức https://chromewebstore.google.com/detail/pdfaiio-best-ai-pdf-chrom/jocmhahiccpckdaffdokgaijcdofgpff
Mô tả Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2024-01-02
Nhà Phát Triển haitham.mousaa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://pdfai.io/
URL Trang Trợ Giúp https://www.pdfai.io/chrome-extension
URL Trang Chính Sách Bảo Mật https://www.pdfai.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDFAI.io  - Best AI PDF chrome extension",
    "version": "0.0.1",
    "description": "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.",
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "scripting"
    ],
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf",
                "https:\/\/drive.google.com\/file\/d\/*\/view*",
                "https:\/\/www.dropbox.com\/home?preview=*.pdf*",
                "https:\/\/www.dropbox.com\/preview\/*.pdf*",
                "https:\/\/www.dropbox.com\/scl\/fi\/*\/*.pdf*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.app.pdfai.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/svg\/*.svg",
                "contentStyle.css",
                "icon-128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}