XFA - Discover true optimal device security
Discover true optimal device security
XFA - Discover true optimal device security란 무엇입니까?
XFA - Discover true optimal device security은(는) https://xfa.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover true optimal device security"입니다.
확장 프로그램 스크린샷
XFA - Discover true optimal device security 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
XFA makes you more secure by checking your devices for updates and settings that can improve your device's security. The checks will run regularly and you can view the status of your device immediately according to the status icon. Should there be any things that you can improve, you'll receive detailed, tailored instructions on how to improve the security of your device. Great for the devices that are not managed by a company policy to easily keep track of their status. Currently supported checks are: - Browser Update Status - Disk Encryption active - OS Updates - OS Autoupdate active Note: You'll need the XFA Desktop Application for the full range of features Terms of use can be found here: https://legal.xfa.tech/TU.pdf
확장 프로그램 기본 정보
이름 | XFA - Discover true optimal device security |
ID | ajobakkejbhbmiiodbcmobomohngjdhc |
공식 URL | https://chromewebstore.google.com/detail/xfa-discover-true-optimal/ajobakkejbhbmiiodbcmobomohngjdhc |
설명 | Discover true optimal device security |
파일 크기 | 4.27 MB |
설치 횟수 | 154 |
현재 버전 | 0.24.0 |
최근 업데이트 | 2024-03-06 |
출시 날짜 | 2022-03-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://xfa.tech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://xfa.tech |
개인정보 보호 정책 페이지 URL | https://xfa.tech/privacy/index.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "XFA - Discover true optimal device security", "short_name": "XFA", "description": "Discover true optimal device security", "version": "0.24.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkXNBDr7vAkK1CGONgVRe3NUxJDHHTUQbSP\/OBOMMioAOYDU9s6x8T7wutlI0FxQkTmUW48cAFrDKZZLOBKMa8wIscADphM9X1ybYFH8Cevpn0RPF8amMjBc4q5uGM1megYB4H8WiBvPAG51LhkmF45R1HGES4RN0M5iYtEV7lAEwNaCFsj4X7l5Falv1\/dC3Z\/x7PPE6w1YGKjB0lrCFcE\/8LqJzaW13+7s4LNPVhpXgZHdQzttjhrvkB2gJtX88U8KWBJfaMPSOFYKrfLT0TzQwz\/GeiJ5vRD7zf1xNNHbx7879v5s6slU\/KlBk\/WTqJgzxuAmXXVumIdAMzwy0nQIDAQAB", "icons": { "192": "android-chrome-192x192.png" }, "offline_enabled": true, "action": { "default_popup": "popup.html", "default_title": "XFA" }, "background": { "service_worker": "serviceWorker.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "nativeMessaging", "notifications", "alarms", "storage" ], "optional_permissions": [ "management" ], "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "https:\/\/*.xfa.tech\/*" ] } } |