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คืออะไร?

PDFAI.io - Best AI PDF chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haitham.mousaa และคุณลักษณะหลักของมันคือ "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDFAI.io - Best AI PDF chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย PDFAI.io - Best AI PDF chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PDFAI.io - Best AI PDF chrome extension PDFAI.io - Best AI PDF chrome extension
ID jocmhahiccpckdaffdokgaijcdofgpff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdfaiio-best-ai-pdf-chrom/jocmhahiccpckdaffdokgaijcdofgpff
คำอธิบาย Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2024-01-02
ผู้พัฒนา haitham.mousaa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pdfai.io/
URL หน้าช่วยเหลือ https://www.pdfai.io/chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.pdfai.io/privacy-policy
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}