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
}