Secure Google Chat

SecureChat by Soham Sengupta

Vad är Secure Google Chat?

Secure Google Chat är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "SecureChat by Soham Sengupta".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Secure Google Chat-förlängningens CRX-fil

Ladda ner Secure Google Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 .                    

Grundläggande Information om Tillägg

Namn Secure Google Chat Secure Google Chat
ID gnlpgcicdhajjdgcpplolhapnklneffi
Officiell webbadress https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi
Beskrivning SecureChat by Soham Sengupta
Filstorlek 152 KB
Antal Installationer 14
Aktuell Version 0.1.0
Senast Uppdaterad 2017-09-12
Publiceringsdatum 2017-09-12
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}