PGP Anywhere
Use PGP wherever you are
PGP Anywhere란 무엇입니까?
PGP Anywhere은(는) Nicolas Giese에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use PGP wherever you are"입니다.
확장 프로그램 스크린샷
PGP Anywhere 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use PGP wherever you are - including encryption and digital signatures! ++ Full clientside encryption of your keyring ++ Cloud - Synchronization ++ Anonymous ++ Simple & Fast ++ Open Source ++ Active Development ++ Support for digital signatures ++ Permissions required: - Storage (to be allowed to sync encrypted keyrings to the cloud) - Identity (to be able to check if the user is logged in and initiating sync) Source: https://github.com/JamesCullum/PGP-Anywhere
확장 프로그램 기본 정보
이름 | |
ID | cdlcdnmhcodhagbmljapgbjdimjckilb |
공식 URL | https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb |
설명 | Use PGP wherever you are |
파일 크기 | 1.5 MB |
설치 횟수 | 3,420 |
현재 버전 | 5.0.2 |
최근 업데이트 | 2021-07-21 |
출시 날짜 | 2018-02-18 |
평점 | 4.08/5 총 167 개의 평점 |
개발자 | Nicolas Giese |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PGP Anywhere", "description": "__MSG_manifest_description__", "default_locale": "en", "version": "5.0.2", "icons": { "16": "img\/favicon_16.png", "48": "img\/favicon_48.png", "64": "img\/favicon.png", "128": "img\/favicon_128.png" }, "options_page": "html\/options.html", "browser_action": { "default_icon": "img\/favicon_19.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "identity", "identity.email" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] } } |