Secure Google Chat
SecureChat by Soham Sengupta
什麼是Secure Google Chat?
Secure Google Chat是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“SecureChat by Soham Sengupta”。
擴展截圖
下載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 . 擴展基本資訊
| 名稱 | |
| ID | gnlpgcicdhajjdgcpplolhapnklneffi |
| 官方網址 | 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
} | |