PDF to Excel

Convert PDF Files to Excel Online in Seconds!

PDF to Excelคืออะไร?

PDF to Excel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zonepdf.com และคุณลักษณะหลักของมันคือ "Convert PDF Files to Excel Online in Seconds!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF to Excel

ดาวน์โหลดไฟล์ส่วนขยาย PDF to Excel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Convert PDF to Excel Online

Fast and easy way to convert PDF files

Select or drag your files, then click the Convert button to download your converted files.
All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

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

ชื่อ PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
คำอธิบาย Convert PDF Files to Excel Online in Seconds!
ขนาดไฟล์ 28.46 KB
จำนวนการติดตั้ง 11,350
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-11-10
วันที่เผยแพร่ 2019-02-09
คะแนน 3.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://zonepdf.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zonepdf.com/
URL หน้าช่วยเหลือ https://zonepdf.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://zonepdf.com/privacy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "1.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-pdf-excel-128.png"
    },
    "icons": {
        "96": "icon-pdf-excel-96.png",
        "128": "icon-pdf-excel-128.png"
    }
}