Password Protect PDF
Secure PDF documents and/or add restrictions from your home and new tab page!
Cos'è Password Protect PDF?
Password Protect PDF è un'estensione di Chrome sviluppata da https://online-converter.freepdfsolutions.com, e la sua funzione principale è "Secure PDF documents and/or add restrictions from your home and new tab page!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Password Protect PDF
Scarica i file di estensione Password Protect PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pmggppdlojajmehkkiieagmgoniindfm |
URL Ufficiale | https://chromewebstore.google.com/detail/password-protect-pdf/pmggppdlojajmehkkiieagmgoniindfm |
Descrizione | Secure PDF documents and/or add restrictions from your home and new tab page! |
Dimensione del File | 21.82 KB |
Conteggio Installazioni | 1,881 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2020-05-29 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 2.50/5 Totale 10 Valutazioni |
Sviluppatore | https://online-converter.freepdfsolutions.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://online-converter.freepdfsolutions.com/#password-protect-pdf |
URL della Pagina della Politica sulla Privacy | https://www.freepdfsolutions.com/privacypolicy.html |
Lingue Supportate | 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" } } |