Silverfort
Silverfort Multi-Factor Authentication
Silverfort क्या है?
Silverfort Silverfort Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Silverfort Multi-Factor Authentication"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Silverfort एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Silverfort’s chrome extension works with Silverfort's Next-Gen Authentication Platform to enable secure access to all corporate resources and assets across on-premises and cloud environments. The application receives push notifications for easy, one-tap authentication. Note: The Silverfort Mobile app needs to be activated and paired with your account before it will work. You will receive an activation link as part of Silverfort's enrollment process. For more information visit www.Silverfort.io
एक्सटेंशन की मूल जानकारी
नाम | Silverfort |
ID | pehheafegmblicfcnkpacblgfeabpgim |
आधिकारिक URL | https://chromewebstore.google.com/detail/silverfort/pehheafegmblicfcnkpacblgfeabpgim |
विवरण | Silverfort Multi-Factor Authentication |
फ़ाइल का आकार | 465 KB |
स्थापना संख्या | 6,003 |
वर्तमान संस्करण | 1.6.0 |
अंतिम अपडेट | 2020-12-28 |
प्रकाशन तिथि | 2019-09-09 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Silverfort Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Silverfort", "description": "Silverfort Multi-Factor Authentication", "version": "1.6.0", "icons": { "16": "silverfort_16.png", "32": "silverfort_32.png", "48": "silverfort_48.png", "128": "silverfort.png" }, "browser_action": { "default_icon": "silverfort.png", "default_popup": "index.html" }, "background": { "page": "background.html" }, "permissions": [ "background", "storage", "notifications", "https:\/\/*.silverfort.io\/", "https:\/\/*.silverfort.com\/" ], "content_security_policy": "script-src 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'" } |