PDF to Excel

Convert PDF Files to Excel Online in Seconds!

PDF to Excel là gì?

PDF to Excel là một tiện ích mở rộng Chrome được phát triển bởi https://zonepdf.com, và tính năng chính của nó là "Convert PDF Files to Excel Online in Seconds!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF to Excel

Tải xuống các tệp mở rộng PDF to Excel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
URL Chính Thức https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
Mô tả Convert PDF Files to Excel Online in Seconds!
Kích Thước Tệp 28.46 KB
Số Lần Cài Đặt 11,350
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2019-02-09
Đánh Giá 3.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://zonepdf.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zonepdf.com/
URL Trang Trợ Giúp https://zonepdf.com/contacts
URL Trang Chính Sách Bảo Mật https://zonepdf.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}