YOZOPDF-Free and easy PDF conversion platform

Multi-form conversion extension for PDF files

YOZOPDF-Free and easy PDF conversion platform란 무엇입니까?

YOZOPDF-Free and easy PDF conversion platform은(는) https://yozopdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multi-form conversion extension for PDF files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

YOZOPDF-Free and easy PDF conversion platform 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 YOZOPDF-Free and easy PDF conversion platform YOZOPDF-Free and easy PDF conversion platform
ID fkccoblkjdnimbpjnbmieippndafniab
공식 URL https://chromewebstore.google.com/detail/yozopdf-free-and-easy-pdf/fkccoblkjdnimbpjnbmieippndafniab
설명 Multi-form conversion extension for PDF files
파일 크기 208 KB
설치 횟수 558
현재 버전 2.0.1
최근 업데이트 2020-03-26
출시 날짜 2020-03-23
평점 4.40/5 총 5 개의 평점
개발자 https://yozopdf.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.yozopdf.com/privacy?lang=en_US
지원되는 언어 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"
}