Zone PDF: Edit and Convert PDFs

Edit, Convert, Merge, Compress and Split PDF Files in Seconds!

Zone PDF: Edit and Convert PDFsคืออะไร?

Zone PDF: Edit and Convert PDFs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zonepdf.com และคุณลักษณะหลักของมันคือ "Edit, Convert, Merge, Compress and Split PDF Files in Seconds!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zone PDF: Edit and Convert PDFs

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

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

                        Edit, Create, Sign, Merge, Split, Compress, and Convert PDF documents. 

Zone PDF: the easy, fast, and convenient way to manage PDF files and more.

Zone PDF features powerful integrations like Google Drive, Dropbox, and DocuSign. Whether you prefer to upload your documents through online storage, our drag-and-drop feature, or directly from your files, we’ve got you covered.

➔	Edit & Create Content
Manage text and pages, insert images and drawings, erase existing content, and much more!

➔	Merge Files
Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature.

➔	Split PDFs
Split a single PDF into multiple documents; split all pages in a single document, or select a range of pages and save them as a single new document.

➔	Compress Files
Compress a PDF into a small pdf file; it’s fast, easy, and it stays high-quality!

➔	Convert To and From Images
Convert unlimited images to PDF, or PDF to images; rest assured, all of your pictures and documents will retain their original quality. 

➔	Convert To and From Office
PDF to Word, Excel or PPT - no matter the type of document you’re working with, it’s no problem. The conversion process is easy, fast and secure.

➔	Integrations
Load files from Google Drive and Dropbox, or sync all files with a Google drive as your storage. Link your DocuSign account for a smooth and easy signing process.  

➔	Team Management
Create, Edit and Manage your teams through simple and intuitive interface. Invite users from your organization to collaborate on your next big project.
	
Trusted by millions of users online, we keep all of your information safe and secure. All of your documents are deleted from our servers just hours after being uploaded.

Find out how Zone PDF can make your work life simple and easy by giving you the tools you need to succeed in an online world.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zone PDF: Edit and Convert PDFs Zone PDF: Edit and Convert PDFs
ID lbiaiddfgadedcboolliiefgajaholag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zone-pdf-edit-and-convert/lbiaiddfgadedcboolliiefgajaholag
คำอธิบาย Edit, Convert, Merge, Compress and Split PDF Files in Seconds!
ขนาดไฟล์ 19.19 KB
จำนวนการติดตั้ง 12,860
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-11-08
วันที่เผยแพร่ 2019-05-06
คะแนน 2.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://zonepdf.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://zonepdf.com
URL หน้านโยบายความเป็นส่วนตัว https://zonepdf.com/privacy
ภาษาที่รองรับ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "2.2",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "64x64.png"
    },
    "icons": {
        "96": "96x96.png",
        "128": "128x128.png"
    }
}