Merge PDF
Merge PDF Files Online
Vad är Merge PDF?
Merge PDF är en Chrome-tillägg utvecklad av https://zonepdf.com, och dess huvudfunktion är "Merge PDF Files Online".
Tilläggsskärmbilder
Ladda ner Merge PDF-förlängningens CRX-fil
Ladda ner Merge PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Merge PDF |
ID | odoekjadkpplgjhcnhbmfafpaigebgbg |
Officiell webbadress | https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg |
Beskrivning | Merge PDF Files Online |
Filstorlek | 29.42 KB |
Antal Installationer | 111,508 |
Aktuell Version | 4.1 |
Senast Uppdaterad | 2022-10-26 |
Publiceringsdatum | 2019-07-19 |
Betyg | 3.56/5 Totalt 70 Betyg |
Utvecklare | https://zonepdf.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://zonepdf.com |
URL till Sekretesspolicy Sidan | https://zonepdf.com/privacy |
Stödda Språk | 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" } } |