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ファイルをダウンロード
XFA - Discover true optimal device security拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } } |