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 هو إضافة Chrome تم تطويرها بواسطة https://yozopdf.com، والميزة الرئيسية لها هي "Multi-form conversion extension for PDF files".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YOZOPDF-Free and easy PDF conversion platform

قم بتنزيل ملفات الامتداد YOZOPDF-Free and easy PDF conversion platform بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}