PrivateMail for Gmail
A plugin that allows you to send and receive encrypted emails with the Gmail web client.
PrivateMail for Gmail là gì?
PrivateMail for Gmail là một tiện ích mở rộng Chrome được phát triển bởi zhartig, và tính năng chính của nó là "A plugin that allows you to send and receive encrypted emails with the Gmail web client.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PrivateMail for Gmail
Tải xuống các tệp mở rộng PrivateMail for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jpeianbfgilgkmebghcnebbmffopkjko |
URL Chính Thức | https://chrome.google.com/webstore/detail/privatemail-for-gmail/jpeianbfgilgkmebghcnebbmffopkjko |
Mô tả | A plugin that allows you to send and receive encrypted emails with the Gmail web client. |
Kích Thước Tệp | 957 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2017-05-10 |
Ngày Phát Hành | 2017-05-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | zhartig |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://vaccine.cs.umd.edu/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |