Merge PDF
Merge PDF Files Online
Co to jest Merge PDF?
Merge PDF to rozszerzenie Chrome opracowane przez https://zonepdf.com, a jego główną funkcją jest „Merge PDF Files Online”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Merge PDF
Pobierz pliki rozszerzeń Merge PDF w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Merge PDF |
ID | odoekjadkpplgjhcnhbmfafpaigebgbg |
Oficjalny URL | https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg |
Opis | Merge PDF Files Online |
Rozmiar pliku | 29.42 KB |
Liczba instalacji | 111,508 |
Aktualna Wersja | 4.1 |
Ostatnia Aktualizacja | 2022-10-26 |
Data Publikacji | 2019-07-19 |
Ocena | 3.56/5 Łącznie 70 Oceny |
Deweloper | https://zonepdf.com |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://zonepdf.com |
Adres URL Strony Polityki Prywatności | https://zonepdf.com/privacy |
Obsługiwane Języki | 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" } } |