WioKey Authenticator Companion
Online companion bridge for WioKey FIDO2 strong authenticator
WioKey Authenticator Companionคืออะไร?
WioKey Authenticator Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wiosense.de และคุณลักษณะหลักของมันคือ "Online companion bridge for WioKey FIDO2 strong authenticator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WioKey Authenticator Companion
ดาวน์โหลดไฟล์ส่วนขยาย WioKey Authenticator Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WioKey replaces costly hardware security keys with a free app-based solution always on you. This extension is a companion app and requires the WioKey app available on Android (https://play.google.com/store/apps/details?id=de.wiosense.wiokey&hl=en) and iOS (coming soon). Currently, WioKey allows you to use your biometrics or phone password/PIN for 2-Factor Authentication (2FA) with all web services that have support for hardware security key 2FA logins. Additionally, WioKey supports FIDO2 passwordless logins with Microsoft accounts, Windows PC login and other FIDO2-compliant web services. For a list of U2F supported web portals, please see https://twofactorauth.org/. For FIDO2 supported websites, please see the commercial deployment on the FIDO2 alliance website (https://fidoalliance.org/). For more information regarding privacy concerns, consumer possiblities, deployment in your business and our roadmap, please contact us at [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WioKey Authenticator Companion |
ID | dejbgbcfgnegghgcnonglfmgoldddclb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wiokey-authenticator-comp/dejbgbcfgnegghgcnonglfmgoldddclb |
คำอธิบาย | Online companion bridge for WioKey FIDO2 strong authenticator |
ขนาดไฟล์ | 829 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 0.9.11 |
อัปเดตครั้งล่าสุด | 2020-10-04 |
วันที่เผยแพร่ | 2020-09-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://wiosense.de |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wiokey.de/ |
URL หน้าช่วยเหลือ | https://www.wiokey.de/tutorial |
URL หน้านโยบายความเป็นส่วนตัว | https://www.wiosense.de/imprint |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WioKey Authenticator Companion", "version": "0.9.11", "description": "Online companion bridge for WioKey FIDO2 strong authenticator", "minimum_chrome_version": "40.0.0.0", "icons": { "16": "assets\/icons\/wiokey_icon.png", "48": "assets\/icons\/wiokey_icon.png", "128": "assets\/icons\/wiokey_icon.png" }, "browser_action": { "default_icon": "assets\/icons\/wiokey_icon.png", "default_popup": "index.html", "default_title": "WioKey Authenticator Companion" }, "content_scripts": [ { "all_frames": true, "js": [ "content\/index_chrome.js" ], "run_at": "document_start", "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*\/*.xml" ] }, { "all_frames": true, "js": [ "content\/index_swal2.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*\/*.xml" ] } ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "web_accessible_resources": [ "content\/inject_webauthn_chrome.js", "content\/inject_hybridwebauthn_chrome.js", "content\/inject_u2f_chrome.js", "content\/inject_hybridu2f_chrome.js", "assets\/icons\/*.png" ], "permissions": [ "https:\/\/*\/*", "tabs", "webNavigation" ], "externally_connectable": { "ids": [], "accepts_tls_channel_id": true }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'" } |