PPTX to PDF Converter
Convert PowerPoint slides(pptx) to PDF documents.
Qu'est-ce que PPTX to PDF Converter ?
PPTX to PDF Converter est une extension Chrome développée par https://online-converter.freepdfsolutions.com, et sa fonction principale est "Convert PowerPoint slides(pptx) to PDF documents.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PPTX to PDF Converter
Téléchargez les fichiers d'extension PPTX to PDF Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PPTX to PDF Converter |
ID | mckakjpbeodecoangkmlaflnfadelgml |
URL Officiel | https://chromewebstore.google.com/detail/pptx-to-pdf-converter/mckakjpbeodecoangkmlaflnfadelgml |
Description | Convert PowerPoint slides(pptx) to PDF documents. |
Taille du Fichier | 4.63 MB |
Nombre d'Installations | 1,161 |
Version Actuelle | 5 |
Dernière Mise à Jour | 2023-06-13 |
Date de Publication | 2020-05-28 |
Évaluation | 2.45/5 Total 11 Évaluations |
Développeur | https://online-converter.freepdfsolutions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://online-converter.freepdfsolutions.com/#pptx-to-pdf-converter |
URL de la Page de Politique de Confidentialité | https://www.freepdfsolutions.com/privacypolicy.html |
Langues Prises en Charge | 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\/*" ] } |