YOZOPDF-Free and easy PDF conversion platform

Multi-form conversion extension for PDF files

What is YOZOPDF-Free and easy PDF conversion platform?

YOZOPDF-Free and easy PDF conversion platform is a Chrome extension developed by https://yozopdf.com, and its main feature is "Multi-form conversion extension for PDF files".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YOZOPDF-Free and easy PDF conversion platform Extension CRX File

Download YOZOPDF-Free and easy PDF conversion platform extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Free and easy online PDF Converter

★ Welcome to use by adding YOZO PDF to Chrome! Gain instant access to a suite of useful tools to work with PDFs online.

★ PDF conversion and editing:
- Supports PDF to Word, PDF to Excel, PDF to PPT, PDF to Picture, PDF to HTML, Word to PDF, Excel to PDF, PPT to PDF and many other functions.
- Support PDF Editing, PDF Watermarking, eSign PDF, PDF Merging, PDF Split and so on.
- Free conversion, no ads, and no need to worry about any charges during conversion.

★ How to use the YOZOPDF Chrome Extension:
1. Open any PDF in your browser
2. Select a tool from the list
3. Wait for your file to be processed
4. Download your new file

★ Help center:
- 7*12H customer service help, you can send your queries to our email address- [email protected] or just contact us at our chat coloum;

★ Tips:
-By installing the extension, you agree to YOZOPDF Privacy Policy  (https://www.yozopdf.com/privacy?lang=en_US)                    

Extension Basic Information

Name YOZOPDF-Free and easy PDF conversion platform YOZOPDF-Free and easy PDF conversion platform
ID fkccoblkjdnimbpjnbmieippndafniab
Official URL https://chromewebstore.google.com/detail/yozopdf-free-and-easy-pdf/fkccoblkjdnimbpjnbmieippndafniab
Description Multi-form conversion extension for PDF files
File Size 208 KB
Installation Count 558
Current Version 2.0.1
Last Updated 2020-03-26
Publish Date 2020-03-23
Rating 4.40/5 Total 5 Ratings
Developer https://yozopdf.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.yozopdf.com/privacy?lang=en_US
Supported Languages en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_pluginDesc__",
    "version": "2.0.1",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "https:\/\/www.yozopdf.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "__MSG_titleS__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.yozopdf.com"
}