PDFBlitz PDF Merge
PDFBlitz PDF Merge ...
PDFBlitz PDF Merge là gì?
PDFBlitz PDF Merge là một tiện ích mở rộng Chrome được phát triển bởi PDFBlitz PDF, và tính năng chính của nó là "PDFBlitz PDF Merge ...".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PDFBlitz PDF Merge
Tải xuống các tệp mở rộng PDFBlitz PDF Merge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Merge and compress your PDF files fast ! View them in a browser and auto download. How to use this extension: - Click on the software icon - Choose PDF file you would like to merge - This software supports merging and compressing of PDF files - Merge and compress 2 or more PDF files - Unlimited number of PDF mergers and compresses About PDFBlitz's Payment: Pay is to provide better chrome extensions. Merge and compress your PDF 3 times for free , pay $4.99 for permanent use and 365 days unconditional full refund. PDFBlitz subsequent chrome extensions (pdf converter, split pdf, pdf to jpg, jpg to pdf, unlock pdf, protect pdf......) . All that can be used for free for 365 days. If you have any questions, please contact [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PDFBlitz PDF Merge |
ID | oadbgoefingphaemhmjlklbfcgcikhga |
URL Chính Thức | https://chromewebstore.google.com/detail/pdfblitz-pdf-merge/oadbgoefingphaemhmjlklbfcgcikhga |
Mô tả | PDFBlitz PDF Merge ... |
Kích Thước Tệp | 943 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-05-02 |
Ngày Phát Hành | 2021-05-01 |
Nhà Phát Triển | PDFBlitz PDF |
[email protected] | |
Loại Thanh Toán | in_app |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "name": "PDFBlitz PDF Merge", "manifest_version": 2, "description": "PDFBlitz PDF Merge ...", "browser_action": { "default_title": "PDFBlitz", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "externally_connectable": { "matches": [ "https:\/\/transactions.sendowl.com\/*" ] }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "tabs", "storage", "https:\/\/github.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/transactions.sendowl.com; connect-src data:; style-src * 'unsafe-inline'; img-src 'self' https:\/\/transactions.sendowl.com data:;" } |