CloudMask
CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data
什么是CloudMask?
CloudMask是由https://cloudmask.com开发的Chrome扩展程序,该扩展的主要功能是“CloudMask, a Common Criteria certified data security engine, transparently protects your private emails, files, and cloud data”。
扩展截图
下载CloudMask扩展crx文件
下载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" ] } |