Bio-Safe™ Hardware Password Manager

Protect User credentials like Username and Password with Fingerprint authentication

Bio-Safe™ Hardware Password Managerคืออะไร?

Bio-Safe™ Hardware Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Broadcom's Bio-Safe และคุณลักษณะหลักของมันคือ "Protect User credentials like Username and Password with Fingerprint authentication"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bio-Safe™ Hardware Password Manager

ดาวน์โหลดไฟล์ส่วนขยาย Bio-Safe™ Hardware Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bio-Safe is a hardware-based password manager built for Broadcom’s FIPS 140-2 Level 3 certified CredentialVault™ (“CV”) security chip. Unlike most existing password management solutions where user credentials such as username and password are stored either in the web browser cache or on a remote server, Bio-Safe securely stores credentials within the local client computer’s CV security chip. Credentials stored in CV are encrypted and accessible only after a user successfully verifies their fingerprint through the authentication process.   Bio-Safe enables users to log-in to websites much more securely and conveniently with the simple touch of a finger. 

Bio-Safe is supported on the following devices:
- Dell Latitude and Precision models containing Dell ControlVault™ (CV) and an embedded fingerprint reader.
- The AuthenTrend ATKey.Pro fingerprint enabled security key

Please note that Bio-Safe requires the installation of Host Application Software. Host Application Software, Installation Instructions and the User Guide are available at:  https://www.broadcom.com/products/embedded-and-networking-processors/secure/bio-safe                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bio-Safe™ Hardware Password Manager Bio-Safe™ Hardware Password Manager
ID pacmnngelmmblfojailbljbojklibcli
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bio-safe-hardware-passwor/pacmnngelmmblfojailbljbojklibcli
คำอธิบาย Protect User credentials like Username and Password with Fingerprint authentication
ขนาดไฟล์ 390 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2020-08-28
วันที่เผยแพร่ 2020-03-26
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Broadcom's Bio-Safe
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.broadcom.com/products/embedded-and-networking-processors/secure/bio-safe
URL หน้านโยบายความเป็นส่วนตัว https://www.broadcom.com/company/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bio-Safe\u2122 Hardware Password Manager",
    "description": "Protect User credentials like Username and Password with Fingerprint authentication",
    "version": "1.2.4",
    "permissions": [
        "tabs",
        "nativeMessaging",
        "storage"
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-3.5.1.min.js",
                "bootstrap.js",
                "common.js",
                "biosafe_content.js"
            ],
            "css": [
                "css\/biosafeBootstrap.css",
                "css\/biosafeContent.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "bootstrap.js",
            "common.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-biosafe-16.png",
        "32": "images\/icon-biosafe-32.png",
        "48": "images\/icon-biosafe-48.png",
        "64": "images\/icon-biosafe-64.png",
        "96": "images\/icon-biosafe-96.png",
        "128": "images\/icon-biosafe-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-biosafe-16.png",
        "default_popup": "main.html",
        "default_title": "Bio-Safe\u2122 for Credentials"
    },
    "web_accessible_resources": [
        "images\/delete.png",
        "images\/edit_password.png",
        "images\/hide_password.png",
        "images\/view_password.png",
        "images\/progress.gif",
        "images\/icon-biosafe-16.png",
        "images\/icon-biosafe-32.png",
        "images\/icon-biosafe-48.png",
        "images\/icon-biosafe-64.png",
        "images\/icon-biosafe-96.png",
        "images\/icon-biosafe-failure-96.png",
        "images\/icon-biosafe-success-96.png",
        "images\/icon-biosafe-128.png",
        "images\/icon-open-32.png",
        "images\/icon-page-32.png"
    ],
    "manifest_version": 2
}