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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |