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
公式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
}