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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |