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
}