FossaGuard: Encrypt Gmail with S/MIME
Fossa Guard enables end-to-end S/MIME encryption on top of Gmail® complementing it with industry standard privacy
FossaGuard: Encrypt Gmail with S/MIMEคืออะไร?
FossaGuard: Encrypt Gmail with S/MIME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fossa.me และคุณลักษณะหลักของมันคือ "Fossa Guard enables end-to-end S/MIME encryption on top of Gmail® complementing it with industry standard privacy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FossaGuard: Encrypt Gmail with S/MIME
ดาวน์โหลดไฟล์ส่วนขยาย FossaGuard: Encrypt Gmail with S/MIME ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Secure e-mailing with Gmail becomes easy on Desktop and Android. Encrypt and Sign your Gmail messages with industry standard - S/MIME using Chrome, Yandex or Firefox browsers. Fossa Server and Fossa Guard web extension provide secure mailing solution on top of Gmail (TM) following S/MIME specification. Fossa Guard generates key pair within your browser then Fossa Server securely supplies you with personal X.509 certificate upon Certificate Signing Request (CSR) so that your private key always stays with you. Use Fossa Guard extension to sign or to encrypt your email with X.509 certificate. The certificate is free and stays valid for 3 months (beta phase limitation). Fossa Guard has own autonomous Compose dialog to avoid unsecured email content auto-saving. Your private key is protected by pass-phrase and is replicated alongside with trusted certificates via your protected local user storage. Use Fossa Guard to get details on certificates in your repository. Please refer to Privacy policy at https://fossa.me/policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FossaGuard: Encrypt Gmail with S/MIME |
ID | dgieialkiekjbocjiekgghpkggjppnfe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fossaguard-encrypt-gmail/dgieialkiekjbocjiekgghpkggjppnfe |
คำอธิบาย | Fossa Guard enables end-to-end S/MIME encryption on top of Gmail® complementing it with industry standard privacy |
ขนาดไฟล์ | 2.14 MB |
จำนวนการติดตั้ง | 1,389 |
เวอร์ชันปัจจุบัน | 0.4.20 |
อัปเดตครั้งล่าสุด | 2021-05-16 |
วันที่เผยแพร่ | 2020-01-12 |
คะแนน | 2.87/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://fossa.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fossa.me |
URL หน้าช่วยเหลือ | http://fossaguard.blogspot.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://maxim-sokolov.gitlab.io/fossa-website |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "0.4.20", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-64.png", "128": "images\/icon-128.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-64.png", "38": "images\/icon-64.png" }, "default_title": "__MSG_appName__" }, "options_ui": { "page": "settings.html", "chrome_style": true, "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/contentstyle.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "scripts\/vendor.js", "compose.html", "styles\/compose.css", "scripts\/compose.js", "view.html", "styles\/view.css", "scripts\/view.js", "scripts\/proxy.js", "images\/*" ], "permissions": [ "storage", "identity", "identity.email", "https:\/\/www.googleapis.com\/gmail\/*", "https:\/\/www.google.com\/m8\/feeds\/contacts\/*", "https:\/\/fossa.me\/", "http:\/\/*\/", "https:\/\/*\/", "tabs", "windows" ], "oauth2": { "client_id": "1001103668854-e5ilhmqqrg7hvs5n47t36njcg0a8fjrs.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly", "https:\/\/www.googleapis.com\/auth\/gmail.send", "https:\/\/www.googleapis.com\/auth\/gmail.labels", "https:\/\/www.googleapis.com\/auth\/gmail.modify", "https:\/\/www.googleapis.com\/auth\/contacts.readonly" ] } } |