PPTX to PDF Converter

Convert PowerPoint slides(pptx) to PDF documents.

O que é PPTX to PDF Converter?

PPTX to PDF Converter é uma extensão do Chrome desenvolvida por https://online-converter.freepdfsolutions.com, e sua principal característica é "Convert PowerPoint slides(pptx) to PDF documents.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PPTX to PDF Converter

Baixe arquivos de extensão PPTX to PDF Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PPTX to PDF Converter PPTX to PDF Converter
ID mckakjpbeodecoangkmlaflnfadelgml
URL Oficial https://chromewebstore.google.com/detail/pptx-to-pdf-converter/mckakjpbeodecoangkmlaflnfadelgml
Descrição Convert PowerPoint slides(pptx) to PDF documents.
Tamanho do Arquivo 4.63 MB
Contagem de Instalações 1,161
Versão Atual 5
Última Atualização 2023-06-13
Data de Publicação 2020-05-28
Classificação 2.45/5 Total de 11 Avaliações
Desenvolvedor https://online-converter.freepdfsolutions.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://online-converter.freepdfsolutions.com/#pptx-to-pdf-converter
URL da Página de Política de Privacidade https://www.freepdfsolutions.com/privacypolicy.html
Idiomas Suportados 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\/*"
    ]
}