Silverfort
Silverfort Multi-Factor Authentication
Qu'est-ce que Silverfort ?
Silverfort est une extension Chrome développée par Silverfort Inc., et sa fonction principale est "Silverfort Multi-Factor Authentication".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Silverfort
Téléchargez les fichiers d'extension Silverfort au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Silverfort |
ID | pehheafegmblicfcnkpacblgfeabpgim |
URL Officiel | https://chromewebstore.google.com/detail/silverfort/pehheafegmblicfcnkpacblgfeabpgim |
Description | Silverfort Multi-Factor Authentication |
Taille du Fichier | 465 KB |
Nombre d'Installations | 6,003 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2020-12-28 |
Date de Publication | 2019-09-09 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Silverfort Inc. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |