Merge PDF for free with this tool

Merge PDF. Combine your multiple pdf into single pdf

什麼是Merge PDF for free with this tool?

Merge PDF for free with this tool是由https://pdf.co開發的Chrome擴展程式,該擴展的主要功能是“Merge PDF. Combine your multiple pdf into single pdf”。

擴展截圖

screenshot

下載Merge PDF for free with this tool擴展crx文件

下載Merge PDF for free with this tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PDF.co is a recently born website offering free tools for all the developers to cope with their daily tasks. It is a part of ByteScout project that has mostly paid tools, but also utilities at no cost. 

All PDF.co tools have their appropriate extensions that can be easily downloaded and used. The goal of our team is to make it all very comfortable and smooth for working.

Once the PDF merge extension is in your browser, you can easily work with the files online or the ones from your computer. In order to merge PDFs, upload all necessary files into the tool. Do a click - and you will have the final document. Don't worry, the information is encrypted and deleted afterward, so it won't be transmitted anywhere else.

The product works smoothly wo=ith Google Drive.

The tool is available for FREE TRIAL for 1 MONTH.
The extended plan can be purchased: Basic, Personal or Business.
The API for developer is available at PDF.co

Enjoy the tool to merge PDF files!                    

擴展基本資訊

名稱 Merge PDF for free with this tool Merge PDF for free with this tool
ID pboakopdadodanhkcfhlghkcnkmeaaap
官方網址 https://chrome.google.com/webstore/detail/merge-pdf-for-free-with-t/pboakopdadodanhkcfhlghkcnkmeaaap
簡介 Merge PDF. Combine your multiple pdf into single pdf
檔案大小 8.09 KB
安裝次數 1,546
目前版本 1.0.19.424
更新時間 2019-04-25
上架時間 2019-04-25
評分 5.00/5 共 3 次評分
開發者 https://pdf.co
電子郵箱 [email protected]
擴展官網 https://pdf.co/pdf-merge
隱私政策頁面URL https://pdf.co/pages/legal/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "Email: [email protected] website: https:\/\/pdf.co",
    "version": "1.0.19.424",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appShortName__"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    }
}