Password Protect PDF
Secure PDF documents and/or add restrictions from your home and new tab page!
¿Qué es Password Protect PDF?
Password Protect PDF es una extensión de Chrome desarrollada por https://online-converter.freepdfsolutions.com, y su función principal es "Secure PDF documents and/or add restrictions from your home and new tab page!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Password Protect PDF
Descarga archivos de extensión Password Protect PDF 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
You can protect your PDF documents with password or/and you can add restrictions to it as well. Supported restrictions are: 1-Printing 2-CopyContents 3-ModifyContent 4-ScreenReaders 5-ModifyAnnotations 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 Password Protect PDF, 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 | |
ID | pmggppdlojajmehkkiieagmgoniindfm |
URL Oficial | https://chromewebstore.google.com/detail/password-protect-pdf/pmggppdlojajmehkkiieagmgoniindfm |
Descripción | Secure PDF documents and/or add restrictions from your home and new tab page! |
Tamaño del Archivo | 21.82 KB |
Cantidad de Instalaciones | 1,881 |
Versión Actual | 3.0 |
Última Actualización | 2020-05-29 |
Fecha de Publicación | 2020-05-28 |
Calificación | 2.50/5 Total de 10 Calificaciones |
Desarrollador | https://online-converter.freepdfsolutions.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://online-converter.freepdfsolutions.com/#password-protect-pdf |
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": 2, "name": "Password Protect PDF", "default_locale": "en", "description": "Secure PDF documents and\/or add restrictions from your home and new tab page!", "background": { "scripts": [ "background.js" ] }, "version": "3.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |