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 |
官方網址 | 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'" } |