PPTX to PDF Converter

Convert PowerPoint slides(pptx) to PDF documents.

¿Qué es PPTX to PDF Converter?

PPTX to PDF Converter es una extensión de Chrome desarrollada por https://online-converter.freepdfsolutions.com, y su función principal es "Convert PowerPoint slides(pptx) to PDF documents.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PPTX to PDF Converter

Descarga archivos de extensión PPTX to PDF Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PPTX to PDF Converter PPTX to PDF Converter
ID mckakjpbeodecoangkmlaflnfadelgml
URL Oficial https://chromewebstore.google.com/detail/pptx-to-pdf-converter/mckakjpbeodecoangkmlaflnfadelgml
Descripción Convert PowerPoint slides(pptx) to PDF documents.
Tamaño del Archivo 4.63 MB
Cantidad de Instalaciones 1,161
Versión Actual 5
Última Actualización 2023-06-13
Fecha de Publicación 2020-05-28
Calificación 2.45/5 Total de 11 Calificaciones
Desarrollador https://online-converter.freepdfsolutions.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://online-converter.freepdfsolutions.com/#pptx-to-pdf-converter
URL de la Página de Política de Privacidad https://www.freepdfsolutions.com/privacypolicy.html
Idiomas Soportados 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\/*"
    ]
}