FPS Security Key

FPS Security Key WebAutoLogin APP

FPS Security Keyคืออะไร?

FPS Security Key เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Control Technology Corporation และคุณลักษณะหลักของมันคือ "FPS Security Key WebAutoLogin APP"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPS Security Key

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

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

                        FPS Security Key chrome extension is for FPS Security Key users to automatically login web account via fingerprint. Please note that to enable the extension auto-login function, you must have the FPS Security Key device connected to the windows computer.                    

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

ชื่อ FPS Security Key FPS Security Key
ID nfbjlcepkikbcpkngggemcococigeooj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj
คำอธิบาย FPS Security Key WebAutoLogin APP
ขนาดไฟล์ 84.65 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-05-08
วันที่เผยแพร่ 2019-05-08
ผู้พัฒนา Magic Control Technology Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPS Security Key",
    "version": "1.3",
    "description": "FPS Security Key WebAutoLogin APP",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_scripts\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}