PDF to Excel

Convert PDF Files to Excel Online in Seconds!

ما هو PDF to Excel؟

PDF to Excel هو إضافة Chrome تم تطويرها بواسطة https://zonepdf.com، والميزة الرئيسية لها هي "Convert PDF Files to Excel Online in Seconds!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PDF to Excel

قم بتنزيل ملفات الامتداد PDF to Excel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة https://zonepdf.com/contacts
عنوان صفحة سياسة الخصوصية 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"
    }
}