PDF to Excel
Convert PDF Files to Excel Online in Seconds!
Co je PDF to Excel?
PDF to Excel je rozšíření Chrome vyvinuté https://zonepdf.com, a jeho hlavní funkcí je „Convert PDF Files to Excel Online in Seconds!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PDF to Excel
Stáhněte si soubory rozšíření PDF to Excel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
Oficiální URL | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
Popis | Convert PDF Files to Excel Online in Seconds! |
Velikost souboru | 28.46 KB |
Počet instalací | 11,350 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2022-11-10 |
Datum Vydání | 2019-02-09 |
Hodnocení | 3.56/5 Celkem 9 Hodnocení |
Vývojář | https://zonepdf.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://zonepdf.com/ |
URL Stránky Nápovědy | https://zonepdf.com/contacts |
URL Stránky Zásad Ochrany Soukromí | https://zonepdf.com/privacy |
Podporované Jazyky | 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" } } |