Secure Speaking Email
Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech
Secure Speaking Emailคืออะไร?
Secure Speaking Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure Speaking Email
ดาวน์โหลดไฟล์ส่วนขยาย Secure Speaking Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
our Secure email extension at https://chrome.google.com/webstore/detail/kryto-secure-email/omalfdfifggeddmeinpigeheofgknaee might be very effective except when you read it in place that has Camera Surveillance. Though security of the message is preserved until you read it, a camera, hidden or exposed, will always keep an eye on what you read. If you belong to such a category of professional / person, whose activities are worth tracking using Visual surveillance, this system is an alternative. At its very infancy, this expects the users to put their headphones , wired or wireless, on before you hit the decrypt button. Our next version will come with many other feature including the precondition that it's connected to an earphone. If you like this, please do leave a comment / feedback with constructive criticism and reach out to us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secure Speaking Email |
ID | ncfifgmhjapnaakbiaoloclkgdljndeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secure-speaking-email/ncfifgmhjapnaakbiaoloclkgdljndeg |
คำอธิบาย | Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech |
ขนาดไฟล์ | 153 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2017-10-19 |
วันที่เผยแพร่ | 2017-10-19 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Speaking Email", "description": "Put your earphone on to elude Camera surveillance:@author:Soham Sengupta, Krytotech", "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" ], "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 } |