PDF to Excel
Convert PDF Files to Excel Online in Seconds!
PDF to Excel क्या है?
PDF to Excel https://zonepdf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert PDF Files to Excel Online in Seconds!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PDF to Excel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
विवरण | Convert PDF Files to Excel Online in Seconds! |
फ़ाइल का आकार | 28.46 KB |
स्थापना संख्या | 11,350 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2022-11-10 |
प्रकाशन तिथि | 2019-02-09 |
रेटिंग | 3.56/5 कुल 9 रेटिंग्स |
डेवलपर | https://zonepdf.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://zonepdf.com/ |
सहायता पृष्ठ URL | https://zonepdf.com/contacts |
गोपनीयता नीति पृष्ठ URL | https://zonepdf.com/privacy |
समर्थित भाषाएँ | 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" } } |