GateKeeper Password Manager

GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords.

GateKeeper Password Managerคืออะไร?

GateKeeper Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Untethered Labs, Inc. และคุณลักษณะหลักของมันคือ "GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GateKeeper Password Manager

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

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

                        Login to websites with your phone or a Bluetooth token. The GateKeeper Chrome extension gives proximity access to web credentials, including one-time-passwords (OTPs) when using a GateKeeper key and software for secure access to your computer.

The extension enhances the user's ability to manage their web passwords in their GateKeeper profiles. It communicates with the GateKeeper desktop application to allow users to save and retrieve their web credentials on any computer they log on to using their GateKeeper proximity token. For enterprise users, this extension provides access to web credentials for all users on every computer on the network once the user is authenticated on to the machine using their GateKeeper proximity token. 

Once a user logs on to any computer on the network using their GateKeeper proximity token, all their web credentials are available for them to use through this extension. Additionally, by registering web applications that support Time-Based One-Time-Passwords, the extension provides the 6-digit OTP in addition to the username and password for the web application, automatically. With GateKeeper, you will have on-demand and secure access to your computer, web and 2-FA OTP codes in one place.

For any questions regarding proximity lock and unlock with GateKeeper, please email us at [email protected] or visit https://gkaccess.com.                    

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

ชื่อ GateKeeper Password Manager GateKeeper Password Manager
ID hpabmnfgopbnljhfamjcpmcfaehclgci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gatekeeper-password-manag/hpabmnfgopbnljhfamjcpmcfaehclgci
คำอธิบาย GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords.
ขนาดไฟล์ 3.48 MB
จำนวนการติดตั้ง 9,548
เวอร์ชันปัจจุบัน 2.0.23
อัปเดตครั้งล่าสุด 2023-10-15
วันที่เผยแพร่ 2020-01-03
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Untethered Labs, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gkaccess.com
URL หน้าช่วยเหลือ https://gkaccess.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://gkaccess.com/privacy-statement
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GateKeeper Password Manager",
    "version": "2.0.23",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApj1nIkeriOaS9d2Ny\/fdIdreqG21JWvxyU8O7DOQJDvoscEj2ueqoLRCRPdg2K979LSXLrHNOnyid6\/clnemubtp9Ex0JT6DtAckHCXOZf\/jjfyEWG0dSnzRuWBicmu0JXpC2lBAF6pcaTn3U\/lFAg6jL2r8ihLMSsDVdqfWIK\/fFEO1HQ4t5CQGpmQX0MNfPEaLrl13fJxBflBcvKgikfzz6\/uittxrV2TRoooe2zlCTrHh+F4HpCZIyfe9I1XuKgwq2ROGNNjGqTN2wk8rvZH5fGR\/QNIBbzlkASgFm0gHmgPY\/B02ThM5DzbIvBV8YuBOSDj8FpmpXr8l0GTL8wIDAQAB",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "description": "GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords.",
    "homepage_url": "https:\/\/gkaccess.com",
    "short_name": "GateKeeper",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Untethered Labs, Inc.",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "GateKeeper Password Manager",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ]
}