PDF to Excel

Convert PDF Files to Excel Online in Seconds!

Co to jest PDF to Excel?

PDF to Excel to rozszerzenie Chrome opracowane przez https://zonepdf.com, a jego główną funkcją jest „Convert PDF Files to Excel Online in Seconds!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PDF to Excel

Pobierz pliki rozszerzeń PDF to Excel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
Oficjalny URL https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
Opis Convert PDF Files to Excel Online in Seconds!
Rozmiar pliku 28.46 KB
Liczba instalacji 11,350
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2022-11-10
Data Publikacji 2019-02-09
Ocena 3.56/5 Łącznie 9 Oceny
Deweloper https://zonepdf.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://zonepdf.com/
Adres URL Strony Pomocy https://zonepdf.com/contacts
Adres URL Strony Polityki Prywatności https://zonepdf.com/privacy
Obsługiwane Języki 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"
    }
}