LoginTC
LoginTC multi-factor authentication
LoginTCคืออะไร?
LoginTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cyphercor Inc. และคุณลักษณะหลักของมันคือ "LoginTC multi-factor authentication"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LoginTC
ดาวน์โหลดไฟล์ส่วนขยาย LoginTC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple, secure cybersecurity solution in the palm of your hand. This LoginTC app works with LoginTC-enabled digital assets (VPNs, websites or applications) to protect your logins with two-factor authentication in three easy steps: receive, decide, unlock.
Users receive an administrator-issued Activation Code to establish a credential in the LoginTC app. The app, which acts as a credential manager, allows users to store multiple tokens for access to multiple LoginTC-enabled assets and accounts. Access requests will pop up on your desktop or laptop via Google Cloud Messaging. Approve or Deny with the click of a mouse! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hdekldmgbkajbaifpanceghcbioplddb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb |
| คำอธิบาย | LoginTC multi-factor authentication |
| ขนาดไฟล์ | 828 KB |
| จำนวนการติดตั้ง | 2,077 |
| เวอร์ชันปัจจุบัน | 1.3.6 |
| อัปเดตครั้งล่าสุด | 2023-07-23 |
| วันที่เผยแพร่ | 2019-03-14 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Cyphercor Inc. |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.logintc.com |
| URL หน้าช่วยเหลือ | https://www.logintc.com/docs/guides/chrome-extension.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.logintc.com/privacy-policy.html |
| ภาษาที่รองรับ | de,en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LoginTC",
"version": "1.3.6",
"description": "__MSG_app_description__",
"icons": {
"16": "assets\/img\/icon-16.png",
"128": "assets\/img\/icon-128.png",
"256": "assets\/img\/icon-256.png"
},
"permissions": [
"background",
"gcm",
"storage",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_title": "LoginTC",
"default_icon": "icon.png",
"default_popup": "build.html"
},
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"default_locale": "en"
} | |