LoginTC
LoginTC multi-factor authentication
什麼是LoginTC?
LoginTC是由Cyphercor Inc.開發的Chrome擴展程式,該擴展的主要功能是“LoginTC multi-factor authentication”。
擴展截圖
下載LoginTC擴展crx文件
下載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 |
| 官方網址 | 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"
} | |