Password Protect PDF
Secure PDF documents and/or add restrictions from your home and new tab page!
Vad är Password Protect PDF?
Password Protect PDF är en Chrome-tillägg utvecklad av https://online-converter.freepdfsolutions.com, och dess huvudfunktion är "Secure PDF documents and/or add restrictions from your home and new tab page!".
Tilläggsskärmbilder
Ladda ner Password Protect PDF-förlängningens CRX-fil
Ladda ner Password Protect PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pmggppdlojajmehkkiieagmgoniindfm |
Officiell webbadress | https://chromewebstore.google.com/detail/password-protect-pdf/pmggppdlojajmehkkiieagmgoniindfm |
Beskrivning | Secure PDF documents and/or add restrictions from your home and new tab page! |
Filstorlek | 21.82 KB |
Antal Installationer | 1,881 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2020-05-29 |
Publiceringsdatum | 2020-05-28 |
Betyg | 2.50/5 Totalt 10 Betyg |
Utvecklare | https://online-converter.freepdfsolutions.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://online-converter.freepdfsolutions.com/#password-protect-pdf |
URL till Sekretesspolicy Sidan | https://www.freepdfsolutions.com/privacypolicy.html |
Stödda Språk | 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" } } |