PDF to Excel
Convert PDF Files to Excel Online in Seconds!
Qu'est-ce que PDF to Excel ?
PDF to Excel est une extension Chrome développée par https://zonepdf.com, et sa fonction principale est "Convert PDF Files to Excel Online in Seconds!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDF to Excel
Téléchargez les fichiers d'extension PDF to Excel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
URL Officiel | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
Description | Convert PDF Files to Excel Online in Seconds! |
Taille du Fichier | 28.46 KB |
Nombre d'Installations | 11,350 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2022-11-10 |
Date de Publication | 2019-02-09 |
Évaluation | 3.56/5 Total 9 Évaluations |
Développeur | https://zonepdf.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zonepdf.com/ |
URL de la Page d'Aide | https://zonepdf.com/contacts |
URL de la Page de Politique de Confidentialité | https://zonepdf.com/privacy |
Langues Prises en Charge | 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" } } |