PDFBlitz PDF Merge
PDFBlitz PDF Merge ...
PDFBlitz PDF Merge란 무엇입니까?
PDFBlitz PDF Merge은(는) PDFBlitz PDF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PDFBlitz PDF Merge ..."입니다.
확장 프로그램 스크린샷
PDFBlitz PDF Merge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]
확장 프로그램 기본 정보
이름 | PDFBlitz PDF Merge |
ID | oadbgoefingphaemhmjlklbfcgcikhga |
공식 URL | https://chromewebstore.google.com/detail/pdfblitz-pdf-merge/oadbgoefingphaemhmjlklbfcgcikhga |
설명 | PDFBlitz PDF Merge ... |
파일 크기 | 943 KB |
설치 횟수 | 147 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-05-02 |
출시 날짜 | 2021-05-01 |
개발자 | PDFBlitz PDF |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | 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:;" } |