Silverfort
Silverfort Multi-Factor Authentication
Silverfortคืออะไร?
Silverfort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Silverfort Inc. และคุณลักษณะหลักของมันคือ "Silverfort Multi-Factor Authentication"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Silverfort
ดาวน์โหลดไฟล์ส่วนขยาย 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. |
อีเมล | [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'" } |