Kryto Secure Email
SecureEmail by Krytotech
什么是Kryto Secure Email?
Kryto Secure Email是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“SecureEmail by Krytotech”。
扩展截图
下载Kryto Secure Email扩展crx文件
下载Kryto Secure Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This is a Gmail plugin for e-mail encryption complying to Kryto Tech.                     扩展基本信息
| 名称 |  | 
| ID | omalfdfifggeddmeinpigeheofgknaee | 
| 官方URL | https://chromewebstore.google.com/detail/kryto-secure-email/omalfdfifggeddmeinpigeheofgknaee | 
| 简介 | SecureEmail by Krytotech | 
| 文件大小 | 152 KB | 
| 安装次数 | 18 | 
| 当前版本 | 0.5.0 | 
| 更新时间 | 2017-09-08 | 
| 上架时间 | 2017-09-08 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 扩展官网 | http://krytotech.com/# | 
| 帮助页面URL | http://krytotech.com/# | 
| 支持的语言 | 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
} | |