PPTX to PDF Converter

Convert PowerPoint slides(pptx) to PDF documents.

PPTX to PDF Converterคืออะไร?

PPTX to PDF Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online-converter.freepdfsolutions.com และคุณลักษณะหลักของมันคือ "Convert PowerPoint slides(pptx) to PDF documents."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PPTX to PDF Converter

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

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

                        Convert PowerPoint slides to PDF documents. 

Supported file types are
.pptx and .ppt

WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PPTX to PDF Converter, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

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

ชื่อ PPTX to PDF Converter PPTX to PDF Converter
ID mckakjpbeodecoangkmlaflnfadelgml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pptx-to-pdf-converter/mckakjpbeodecoangkmlaflnfadelgml
คำอธิบาย Convert PowerPoint slides(pptx) to PDF documents.
ขนาดไฟล์ 4.63 MB
จำนวนการติดตั้ง 1,161
เวอร์ชันปัจจุบัน 5
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2020-05-28
คะแนน 2.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://online-converter.freepdfsolutions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://online-converter.freepdfsolutions.com/#pptx-to-pdf-converter
URL หน้านโยบายความเป็นส่วนตัว https://www.freepdfsolutions.com/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "PPTX to PDF Converter",
    "description": "__MSG_extDescription__",
    "version": "5",
    "version_name": "5",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PPTX to PDF Converter"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/online-converter.freepdfsolutions.com\/*"
    ]
}