PDF to Excel
Convert PDF Files to Excel Online in Seconds!
Was ist PDF to Excel?
PDF to Excel ist eine Chrome-Erweiterung, die von https://zonepdf.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert PDF Files to Excel Online in Seconds!".
Erweiterungsscreenshots
PDF to Excel-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDF to Excel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
Offizielle URL | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
Beschreibung | Convert PDF Files to Excel Online in Seconds! |
Dateigröße | 28.46 KB |
Installationsanzahl | 11,350 |
Aktuelle Version | 1.7 |
Letztes Update | 2022-11-10 |
Veröffentlichungsdatum | 2019-02-09 |
Bewertung | 3.56/5 Insgesamt 9 Bewertungen |
Entwickler | https://zonepdf.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://zonepdf.com/ |
Hilfeseite URL | https://zonepdf.com/contacts |
URL der Datenschutzrichtlinien-Seite | https://zonepdf.com/privacy |
Unterstützte Sprachen | 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" } } |