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 |
| 官方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"
} | |