CloudMask
CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data
CloudMaskคืออะไร?
CloudMask เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudmask.com และคุณลักษณะหลักของมันคือ "CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudMask
ดาวน์โหลดไฟล์ส่วนขยาย CloudMask ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CloudMask extension transparently encrypts data in Gmail, Google Drive, and other Cloud applications. Use CloudMask to create secure email threads, folders, files, and records. Share them as usual with the complete peace of mind that no one else, not even us, can get to your private data. CloudMask technology is Common Criteria certified. The certification approved by 26 cyber-security agencies around the world. Please visit our site to learn more about our patented security methods. Try CloudMask Professional edition for free. Our Starter edition is available for free for as long as you like.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CloudMask |
ID | dcehnljkopnoaghflkbaipgkifjnifip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloudmask/dcehnljkopnoaghflkbaipgkifjnifip |
คำอธิบาย | CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data |
ขนาดไฟล์ | 2.69 MB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 2.0.993 |
อัปเดตครั้งล่าสุด | 2019-12-25 |
วันที่เผยแพร่ | 2019-12-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cloudmask.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.cloudmask.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cloudmask.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloudMask", "short_name": "CloudMask", "description": "CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data", "version": "2.0.993", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "deps.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "sandbox-closure.js", "sandbox-injector.js" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_popup": "pages\/popup.html", "default_title": "CloudMask Security Add-On" }, "externally_connectable": { "matches": [ "https:\/\/*.cloudmask.com\/*", "http:\/\/localhost:4200\/*" ] }, "web_accessible_resources": [ "pages\/*", "css\/*", "images\/*" ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "webNavigation", "activeTab", "storage", "tabs", "notifications", "cookies", "downloads", "idle", "unlimitedStorage", "nativeMessaging", "identity" ] } |