Message Secure Send
This extension securely encrypts/decrypts Gmail™
什麼是Message Secure Send?
Message Secure Send是由dsblox開發的Chrome擴展程式,該擴展的主要功能是“This extension securely encrypts/decrypts Gmail™”。
擴展截圖
下載Message Secure Send擴展crx文件
下載Message Secure Send擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Message Secure Send (MSS) allows any Gmail™ / Chrome™ users to exchange secure, encrypted emails in just a few clicks. It is perfect for when you'd like to send a credit card number, social security number or other personal information. Using MSS is simple: when composing an email click the extension, and provide a question your recipient (but not others) will know the answer to. When your recipient gets the email, they answer the question and view your email; other prying eyes will not be able to read it. (Note that your recipient will need to install MSS to read the email - we are working on more support for other browsers and email readers, but Gmail™/ Chrome™ is required today). MSS also encrypt emails with simple passwords, so you don't have to insert the question into the email if you've agreed upon a password with the recipient in advance. Limitations of the current version - we are working on these... - MSS does not encrypt attachments or the subject of your email - MSS, Chrome™ and Gmail™ must be available by your recipient to read the email Gmail™ and Chrome™ are trademarks of Google Inc. Use of these trademarks are subject to Google Permissions.
擴展基本資訊
名稱 | Message Secure Send |
ID | ilgobmalecajfdmdbeonojopeglcfgpg |
官方網址 | https://chromewebstore.google.com/detail/message-secure-send/ilgobmalecajfdmdbeonojopeglcfgpg |
簡介 | This extension securely encrypts/decrypts Gmail™ |
檔案大小 | 87.51 KB |
安裝次數 | 268 |
目前版本 | 0.23 |
更新時間 | 2022-09-22 |
上架時間 | 2015-01-03 |
開發者 | dsblox |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Message Secure Send", "short_name": "Message Secure", "description": "This extension securely encrypts\/decrypts Gmail\u2122", "version": "0.23", "permissions": [ "https:\/\/mail.google.com\/" ], "browser_action": { "default_icon": "icon_unread_16.png", "default_popup": "popup.html" }, "icons": { "16": "icon_unread_16.png", "48": "icon_unread_48.png", "128": "icon_unread_128.png" } } |