PDF to Excel

Convert PDF Files to Excel Online in Seconds!

What is PDF to Excel?

PDF to Excel is a Chrome extension developed by https://zonepdf.com, and its main feature is "Convert PDF Files to Excel Online in Seconds!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PDF to Excel Extension CRX File

Download PDF to Excel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
Official URL https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
Description Convert PDF Files to Excel Online in Seconds!
File Size 28.46 KB
Installation Count 11,350
Current Version 1.7
Last Updated 2022-11-10
Publish Date 2019-02-09
Rating 3.56/5 Total 9 Ratings
Developer https://zonepdf.com
Email [email protected]
Payment Type free
Extension Website https://zonepdf.com/
Help Page URL https://zonepdf.com/contacts
Privacy Policy Page URL https://zonepdf.com/privacy
Supported Languages 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"
    }
}