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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover true optimal device security"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XFA - Discover true optimal device security एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |