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