PDFBlitz PDF Merge

PDFBlitz PDF Merge ...

PDFBlitz PDF Mergeคืออะไร?

PDFBlitz PDF Merge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PDFBlitz PDF และคุณลักษณะหลักของมันคือ "PDFBlitz PDF Merge ..."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDFBlitz PDF Merge

ดาวน์โหลดไฟล์ส่วนขยาย PDFBlitz PDF Merge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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:;"
}