PDF to Excel

Convert PDF Files to Excel Online in Seconds!

什麼是PDF to Excel?

PDF to Excel是由https://zonepdf.com開發的Chrome擴展程式,該擴展的主要功能是“Convert PDF Files to Excel Online in Seconds!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PDF to Excel擴展crx文件

下載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
官方網址 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"
    }
}