PDF to Excel

Convert PDF Files to Excel Online in Seconds!

Apa itu PDF to Excel?

PDF to Excel adalah ekstensi Chrome yang dikembangkan oleh https://zonepdf.com, dan fitur utamanya adalah "Convert PDF Files to Excel Online in Seconds!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PDF to Excel

Unduh file ekstensi PDF to Excel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
URL Resmi https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
Deskripsi Convert PDF Files to Excel Online in Seconds!
Ukuran File 28.46 KB
Jumlah Instalasi 11,350
Versi Saat Ini 1.7
Terakhir Diperbarui 2022-11-10
Tanggal Publikasi 2019-02-09
Penilaian 3.56/5 Total 9 Penilaian
Pengembang https://zonepdf.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zonepdf.com/
URL Halaman Bantuan https://zonepdf.com/contacts
URL Halaman Kebijakan Privasi https://zonepdf.com/privacy
Bahasa yang Didukung 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"
    }
}