Secure Google Chat

SecureChat by Soham Sengupta

What is Secure Google Chat?

Secure Google Chat is a Chrome extension developed by Unknown, and its main feature is "SecureChat by Soham Sengupta".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Secure Google Chat Extension CRX File

Download Secure Google Chat 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 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 .                    

Extension Basic Information

Name Secure Google Chat Secure Google Chat
ID gnlpgcicdhajjdgcpplolhapnklneffi
Official URL https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi
Description SecureChat by Soham Sengupta
File Size 152 KB
Installation Count 14
Current Version 0.1.0
Last Updated 2017-09-12
Publish Date 2017-09-12
Developer Unknown
Payment Type free
Supported Languages 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
}