Merge PDF
Merge PDF Files Online
Merge PDF क्या है?
Merge PDF https://zonepdf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merge PDF Files Online"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Merge PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |