Merge PDF

Merge PDF Files Online

Merge PDF란 무엇입니까?

Merge PDF은(는) https://zonepdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge PDF Files Online"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Merge PDF 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
공식 URL https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
설명 Merge PDF Files Online
파일 크기 29.42 KB
설치 횟수 111,508
현재 버전 4.1
최근 업데이트 2022-10-26
출시 날짜 2019-07-19
평점 3.56/5 총 70 개의 평점
개발자 https://zonepdf.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://zonepdf.com
개인정보 보호 정책 페이지 URL https://zonepdf.com/privacy
지원되는 언어 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"
    }
}