Merge PDF

Merge PDF Files Online

Merge PDF là gì?

Merge PDF 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à "Merge PDF Files Online".

Ả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 Merge PDF

Tải xuống các tệp mở rộng Merge PDF 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

                        Easy and secure way to Merge PDF files online.

Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature.

Select or drag your files, then click the merge button to download your document into one pdf file.
All merged 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. All files are deleted permanently from our servers within few hours of the conversion.                    

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

Tên Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
URL Chính Thức https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
Mô tả Merge PDF Files Online
Kích Thước Tệp 29.42 KB
Số Lần Cài Đặt 111,508
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2022-10-26
Ngày Phát Hành 2019-07-19
Đánh Giá 3.56/5 Tổng số 70 Đánh Giá
Nhà Phát Triển https://zonepdf.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://zonepdf.com
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,ja,ko
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": "4.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-merge.png"
    },
    "icons": {
        "96": "icon-merge-96.png",
        "128": "icon-merge-128.png"
    }
}