Secure Google Chat
SecureChat by Soham Sengupta
Secure Google Chat là gì?
Secure Google Chat là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "SecureChat by Soham Sengupta".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Secure Google Chat
Tải xuống các tệp mở rộng Secure Google Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Secure Google Chat |
ID | gnlpgcicdhajjdgcpplolhapnklneffi |
URL Chính Thức | https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi |
Mô tả | SecureChat by Soham Sengupta |
Kích Thước Tệp | 152 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2017-09-12 |
Ngày Phát Hành | 2017-09-12 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |