Silverfort

Silverfort Multi-Factor Authentication

Silverfort란 무엇입니까?

Silverfort은(는) Silverfort Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Silverfort Multi-Factor Authentication"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Silverfort 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}