PDF Converted - Convert Documents

Convert your Documents to PDF and vice-versa format for free.

PDF Converted - Convert Documentsคืออะไร?

PDF Converted - Convert Documents เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pdfconverted.com และคุณลักษณะหลักของมันคือ "Convert your Documents to PDF and vice-versa format for free."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Converted - Convert Documents

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

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

                        This software is free to use and will convert your documents into PDF and vice-versa within seconds. You can choose the document from either your computer/Google Drive and our website will do the rest.

If you choose to convert a document from your Google Drive, you'll need to give us permission/access to Google Drive documents. After we have converted your file, you can choose to either save the output PDF file onto your computer/onto your Google Drive.

Try this software out today for free.                    

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

ชื่อ PDF Converted - Convert Documents PDF Converted - Convert Documents
ID jpcfopbpibkbfaeocpkkjldledjijacl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pdf-converted-convert-doc/jpcfopbpibkbfaeocpkkjldledjijacl
คำอธิบาย Convert your Documents to PDF and vice-versa format for free.
ขนาดไฟล์ 72.9 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-09-02
วันที่เผยแพร่ 2019-09-02
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://pdfconverted.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.wallpaperaddons.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Converted - Convert Documents",
    "version": "1.0.0",
    "description": "Convert your Documents to PDF and vice-versa format for free.",
    "icons": {
        "128": "logo-pdf-128.png",
        "48": "logo-pdf-48.png",
        "16": "logo-pdf-16.png"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "browser_action": {
        "default_icon": {
            "16": "logo-pdf-16.png",
            "32": "logo-pdf-32.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/common-push-init.js",
            "\/js\/common-push.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.pdfconverted.com\/*",
        "notifications"
    ]
}