Secure Google Chat
SecureChat by Soham Sengupta
Apa itu Secure Google Chat?
Secure Google Chat adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "SecureChat by Soham Sengupta".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Secure Google Chat
Unduh file ekstensi Secure Google Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 .
Informasi Dasar Ekstensi
Nama | Secure Google Chat |
ID | gnlpgcicdhajjdgcpplolhapnklneffi |
URL Resmi | https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi |
Deskripsi | SecureChat by Soham Sengupta |
Ukuran File | 152 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2017-09-12 |
Tanggal Publikasi | 2017-09-12 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |