Kryto Secure Email

SecureEmail by Krytotech

What is Kryto Secure Email?

Kryto Secure Email is a Chrome extension developed by Unknown, and its main feature is "SecureEmail by Krytotech".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kryto Secure Email Extension CRX File

Download Kryto Secure Email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Gmail plugin for e-mail encryption complying to Kryto Tech.                    

Extension Basic Information

Name Kryto Secure Email Kryto Secure Email
ID omalfdfifggeddmeinpigeheofgknaee
Official URL https://chromewebstore.google.com/detail/kryto-secure-email/omalfdfifggeddmeinpigeheofgknaee
Description SecureEmail by Krytotech
File Size 152 KB
Installation Count 18
Current Version 0.5.0
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website http://krytotech.com/#
Help Page URL http://krytotech.com/#
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kryto Secure Email",
    "description": "SecureEmail by Krytotech",
    "version": "0.5.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
}