Secure Google Chat
SecureChat by Soham Sengupta
Qu'est-ce que Secure Google Chat ?
Secure Google Chat est une extension Chrome développée par Unknown, et sa fonction principale est "SecureChat by Soham Sengupta".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Secure Google Chat
Téléchargez les fichiers d'extension Secure Google Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 .
Informations de Base sur l'Extension
Nom | Secure Google Chat |
ID | gnlpgcicdhajjdgcpplolhapnklneffi |
URL Officiel | https://chromewebstore.google.com/detail/secure-google-chat/gnlpgcicdhajjdgcpplolhapnklneffi |
Description | SecureChat by Soham Sengupta |
Taille du Fichier | 152 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2017-09-12 |
Date de Publication | 2017-09-12 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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 } |