Silverfort

Silverfort Multi-Factor Authentication

什么是Silverfort?

Silverfort是由Silverfort Inc.开发的Chrome扩展程序,该扩展的主要功能是“Silverfort Multi-Factor Authentication”。

扩展截图

screenshot
screenshot

下载Silverfort扩展crx文件

下载Silverfort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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'"
}