Secure Google Chat

SecureChat by Soham Sengupta

Что такое Secure Google Chat?

Secure Google Chat - это расширение Chrome, разработанное Unknown, и его основная функция - "SecureChat by Soham Sengupta".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Secure Google Chat

Скачайте файлы расширений 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
}