Secure Speaking Email
Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech
什么是Secure Speaking Email?
Secure Speaking Email是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech”。
扩展截图
下载Secure Speaking Email扩展crx文件
下载Secure Speaking Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
our Secure email extension at https://chrome.google.com/webstore/detail/kryto-secure-email/omalfdfifggeddmeinpigeheofgknaee might be very effective except when you read it in place that has Camera Surveillance. Though security of the message is preserved until you read it, a camera, hidden or exposed, will always keep an eye on what you read. If you belong to such a category of professional / person, whose activities are worth tracking using Visual surveillance, this system is an alternative. At its very infancy, this expects the users to put their headphones , wired or wireless, on before you hit the decrypt button. Our next version will come with many other feature including the precondition that it's connected to an earphone. If you like this, please do leave a comment / feedback with constructive criticism and reach out to us.
扩展基本信息
名称 | Secure Speaking Email |
ID | ncfifgmhjapnaakbiaoloclkgdljndeg |
官方URL | https://chromewebstore.google.com/detail/secure-speaking-email/ncfifgmhjapnaakbiaoloclkgdljndeg |
简介 | Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech |
文件大小 | 153 KB |
安装次数 | 13 |
当前版本 | 0.1.0 |
更新时间 | 2017-10-19 |
上架时间 | 2017-10-19 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Speaking Email", "description": "Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "rest.js", "content.js", "jquery.min.js", "bootstrap.min.js" ], "css": [ "bootstrap.min.css", "font-awesome.min.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "icon.png", "loading.gif", "iconNotAllowed.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |