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”。

擴展截圖

screenshot
screenshot

下載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 Secure Speaking Email
ID ncfifgmhjapnaakbiaoloclkgdljndeg
官方網址 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
}