Biomids Access Manager Extension

Save credentials for website access

Biomids Access Manager Extensionคืออะไร?

Biomids Access Manager Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.biomids.com และคุณลักษณะหลักของมันคือ "Save credentials for website access"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Biomids Access Manager Extension

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

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

                        Biomids Access Manager–Desktop (BAM) is a biometric authentication software solution that provides secure, instant access to Windows 7, 8 and 10 devices, and to websites visited from these devices.  All that is required for an authorized user to be logged onto a device, and onto any frequently visited websites, is the successful recognition of the user’s face via the device’s webcam and the BAM software.

This extension is used in conjunction with Biomids Access Manager.                    

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

ชื่อ Biomids Access Manager Extension Biomids Access Manager Extension
ID blbfgjbhnifbelfbjiajlgdfbicefgen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/biomids-access-manager-ex/blbfgjbhnifbelfbjiajlgdfbicefgen
คำอธิบาย Save credentials for website access
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 2.0.0.1
อัปเดตครั้งล่าสุด 2016-10-25
วันที่เผยแพร่ 2016-10-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.biomids.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.biomids.com/products/small-business/
URL หน้าช่วยเหลือ http://www.biomids.com/support/instant-access-manager/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biomids Access Manager Extension",
    "description": "Save credentials for website access",
    "version": "2.0.0.1",
    "permissions": [
        "nativeMessaging",
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery-1.8.3.min.js",
                "jquery-ui.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.htm"
    },
    "manifest_version": 2
}