PrivateMail for Gmail
A plugin that allows you to send and receive encrypted emails with the Gmail web client.
PrivateMail for Gmail란 무엇입니까?
PrivateMail for Gmail은(는) zhartig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A plugin that allows you to send and receive encrypted emails with the Gmail web client."입니다.
확장 프로그램 스크린샷
PrivateMail for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PrivateMail for Gmail is an extension that makes it easy to send and receive encrypted emails using mail.google.com. After a quick and easy setup, you will be ready to send PGP encrypted emails. After that, all you need to send an encrypted email is the recipient’s public PGP encryption key. If the recipient doesn't have a PGP encryption key, it’s no problem, PrivateMail lets you invite the recipient to PrivateMail. Once they accept the invitation, you will automatically have their newly created PGP encryption key, and they will have yours. All you need to do to send an encrypted email is write your email as normal, then click the "Encrypt" button. After that, you will see your message replaced with the encrypted version of the message you typed. Now, the only person who can view the original, unencrypted message text is the recipient. Finally, click send as you normally would, and your email will be sent. Decrypting a message that was sent to you is also easy. When you click on an email that was encrypted using PGP, PrivateMail will try to automatically decrypt the message. If the automatic decryption does not work, then you can always click the "Decrypt" button to force the message to be decrypted if it was formed properly.
확장 프로그램 기본 정보
이름 | |
ID | jpeianbfgilgkmebghcnebbmffopkjko |
공식 URL | https://chrome.google.com/webstore/detail/privatemail-for-gmail/jpeianbfgilgkmebghcnebbmffopkjko |
설명 | A plugin that allows you to send and receive encrypted emails with the Gmail web client. |
파일 크기 | 957 KB |
설치 횟수 | 124 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2017-05-10 |
출시 날짜 | 2017-05-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | zhartig |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://vaccine.cs.umd.edu/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "js\/angular.min.js", "js\/content.js" ] } ], "content_security_policy": "script-src https:\/\/*.googleapis.com https:\/\/*.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "A plugin that allows you to send and receive encrypted emails with the Gmail web client.", "icons": { "128": "icon_128.png" }, "name": "PrivateMail for Gmail", "permissions": [ "unlimitedStorage", "*:\/\/mail.google.com\/*" ], "version": "0.0.7", "manifest_version": 2, "options_page": "options.html" } |