PDF to Excel
Convert PDF Files to Excel Online in Seconds!
Cos'è PDF to Excel?
PDF to Excel è un'estensione di Chrome sviluppata da https://zonepdf.com, e la sua funzione principale è "Convert PDF Files to Excel Online in Seconds!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF to Excel
Scarica i file di estensione PDF to Excel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
URL Ufficiale | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
Descrizione | Convert PDF Files to Excel Online in Seconds! |
Dimensione del File | 28.46 KB |
Conteggio Installazioni | 11,350 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2022-11-10 |
Data di Pubblicazione | 2019-02-09 |
Valutazione | 3.56/5 Totale 9 Valutazioni |
Sviluppatore | https://zonepdf.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zonepdf.com/ |
URL della Pagina di Aiuto | https://zonepdf.com/contacts |
URL della Pagina della Politica sulla Privacy | https://zonepdf.com/privacy |
Lingue Supportate | 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" } } |