Merge PDF

Merge PDF Files Online

Cos'è Merge PDF?

Merge PDF è un'estensione di Chrome sviluppata da https://zonepdf.com, e la sua funzione principale è "Merge PDF Files Online".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Merge PDF

Scarica i file di estensione Merge PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
URL Ufficiale https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
Descrizione Merge PDF Files Online
Dimensione del File 29.42 KB
Conteggio Installazioni 111,508
Versione Corrente 4.1
Ultimo Aggiornamento 2022-10-26
Data di Pubblicazione 2019-07-19
Valutazione 3.56/5 Totale 70 Valutazioni
Sviluppatore https://zonepdf.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://zonepdf.com
URL della Pagina della Politica sulla Privacy https://zonepdf.com/privacy
Lingue Supportate 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"
    }
}