Silverfort
Silverfort Multi-Factor Authentication
Silverfortとは何ですか?
SilverfortはSilverfort Inc.によって開発されたChromeの拡張機能で、その主な機能は「Silverfort Multi-Factor Authentication」です。
拡張機能のスクリーンショット
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 |
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. |
Eメール | [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'" } |