Password Protect PDF
Secure PDF documents and/or add restrictions from your home and new tab page!
Password Protect PDF란 무엇입니까?
Password Protect PDF은(는) https://online-converter.freepdfsolutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure PDF documents and/or add restrictions from your home and new tab page!"입니다.
확장 프로그램 스크린샷
Password Protect PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | pmggppdlojajmehkkiieagmgoniindfm |
공식 URL | https://chromewebstore.google.com/detail/password-protect-pdf/pmggppdlojajmehkkiieagmgoniindfm |
설명 | Secure PDF documents and/or add restrictions from your home and new tab page! |
파일 크기 | 21.82 KB |
설치 횟수 | 1,881 |
현재 버전 | 3.0 |
최근 업데이트 | 2020-05-29 |
출시 날짜 | 2020-05-28 |
평점 | 2.50/5 총 10 개의 평점 |
개발자 | https://online-converter.freepdfsolutions.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://online-converter.freepdfsolutions.com/#password-protect-pdf |
개인정보 보호 정책 페이지 URL | https://www.freepdfsolutions.com/privacypolicy.html |
지원되는 언어 | 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" } } |