Secure Google Chat
SecureChat by Soham Sengupta
ما هو Secure Google Chat؟
Secure Google Chat هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "SecureChat by Soham Sengupta".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Secure Google Chat
قم بتنزيل ملفات الامتداد Secure Google Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 } |