Smart-ID WebAutoLogin
Smart-ID AutoLoginApp
Smart-ID WebAutoLoginคืออะไร?
Smart-ID WebAutoLogin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Control Technology Corporation และคุณลักษณะหลักของมันคือ "Smart-ID AutoLoginApp"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart-ID WebAutoLogin
ดาวน์โหลดไฟล์ส่วนขยาย Smart-ID WebAutoLogin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Smart-ID WebAutoLogin extension is for Smart-ID fingerprint users to automatically login web account via fingerprint. Please note to enable the extension auto-login function, you must have the Smart-ID fingerprint device connected to the windows computer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart-ID WebAutoLogin |
ID | hjjngolnpaaikemddabgdaobickpknco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco |
คำอธิบาย | Smart-ID AutoLoginApp |
ขนาดไฟล์ | 98.12 KB |
จำนวนการติดตั้ง | 5,707 |
เวอร์ชันปัจจุบัน | 1.17 |
อัปเดตครั้งล่าสุด | 2021-05-10 |
วันที่เผยแพร่ | 2019-05-07 |
คะแนน | 3.85/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | 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": "Smart-ID WebAutoLogin", "version": "1.17", "description": "Smart-ID AutoLoginApp", "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 } ] } |