PDFAI.io - Best AI PDF chrome extension

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

What is PDFAI.io - Best AI PDF chrome extension?

PDFAI.io - Best AI PDF chrome extension is a Chrome extension developed by haitham.mousaa, and its main feature is "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.".

Extension Screenshots

screenshot

Download PDFAI.io - Best AI PDF chrome extension Extension CRX File

Download PDFAI.io - Best AI PDF chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PDFAI.io - Best AI PDF chrome extension PDFAI.io - Best AI PDF chrome extension
ID jocmhahiccpckdaffdokgaijcdofgpff
Official URL https://chromewebstore.google.com/detail/pdfaiio-best-ai-pdf-chrom/jocmhahiccpckdaffdokgaijcdofgpff
Description Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.
File Size 236 KB
Installation Count 136
Current Version 0.0.1
Last Updated 2024-01-02
Publish Date 2024-01-02
Developer haitham.mousaa
Email [email protected]
Payment Type free
Extension Website http://pdfai.io/
Help Page URL https://www.pdfai.io/chrome-extension
Privacy Policy Page URL https://www.pdfai.io/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}