PDFAI.io - Best AI PDF chrome extension

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

Cos'è PDFAI.io - Best AI PDF chrome extension?

PDFAI.io - Best AI PDF chrome extension è un'estensione di Chrome sviluppata da haitham.mousaa, e la sua funzione principale è "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PDFAI.io - Best AI PDF chrome extension

Scarica i file di estensione PDFAI.io - Best AI PDF chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PDFAI.io - Best AI PDF chrome extension PDFAI.io - Best AI PDF chrome extension
ID jocmhahiccpckdaffdokgaijcdofgpff
URL Ufficiale https://chromewebstore.google.com/detail/pdfaiio-best-ai-pdf-chrom/jocmhahiccpckdaffdokgaijcdofgpff
Descrizione Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.
Dimensione del File 236 KB
Conteggio Installazioni 136
Versione Corrente 0.0.1
Ultimo Aggiornamento 2024-01-02
Data di Pubblicazione 2024-01-02
Sviluppatore haitham.mousaa
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://pdfai.io/
URL della Pagina di Aiuto https://www.pdfai.io/chrome-extension
URL della Pagina della Politica sulla Privacy https://www.pdfai.io/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}