Silverfort

Silverfort Multi-Factor Authentication

¿Qué es Silverfort?

Silverfort es una extensión de Chrome desarrollada por Silverfort Inc., y su función principal es "Silverfort Multi-Factor Authentication".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Silverfort

Descarga archivos de extensión Silverfort en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Silverfort Silverfort
ID pehheafegmblicfcnkpacblgfeabpgim
URL Oficial https://chromewebstore.google.com/detail/silverfort/pehheafegmblicfcnkpacblgfeabpgim
Descripción Silverfort Multi-Factor Authentication
Tamaño del Archivo 465 KB
Cantidad de Instalaciones 6,003
Versión Actual 1.6.0
Última Actualización 2020-12-28
Fecha de Publicación 2019-09-09
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Silverfort Inc.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}