Secure Google Chat

SecureChat by Soham Sengupta

什么是Secure Google Chat?

Secure Google Chat是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“SecureChat by Soham Sengupta”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Secure Google Chat扩展crx文件

下载Secure Google Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This enables user to send Chat messages in Encrypted format. As on release of version 0.1.0, only plain text is supported. Google chat is used as underlying XMPP carrier .                    

扩展基本信息

名称 Secure Google Chat Secure Google Chat
ID gnlpgcicdhajjdgcpplolhapnklneffi
官方URL https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi
简介 SecureChat by Soham Sengupta
文件大小 152 KB
安装次数 14
当前版本 0.1.0
更新时间 2017-09-12
上架时间 2017-09-12
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure Google Chat",
    "description": "SecureChat by Soham Sengupta",
    "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",
                "ws_util.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
}