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是由https://pdf.ai开发的Chrome扩展程序,该扩展的主要功能是“The ultimate ChatPDF extension that allows you to chat with any PDF using AI: ask questions, get summaries, find anything you need!”。

扩展截图

screenshot

下载PDF.ai - Ultimate ChatPDF extension扩展crx文件

下载PDF.ai - Ultimate ChatPDF extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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\/*"
        ]
    }
}