LoginTC
LoginTC multi-factor authentication
Co to jest LoginTC?
LoginTC to rozszerzenie Chrome opracowane przez Cyphercor Inc., a jego główną funkcją jest „LoginTC multi-factor authentication”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LoginTC
Pobierz pliki rozszerzeń LoginTC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hdekldmgbkajbaifpanceghcbioplddb |
| Oficjalny URL | https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb |
| Opis | LoginTC multi-factor authentication |
| Rozmiar pliku | 828 KB |
| Liczba instalacji | 2,077 |
| Aktualna Wersja | 1.3.6 |
| Ostatnia Aktualizacja | 2023-07-23 |
| Data Publikacji | 2019-03-14 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | Cyphercor Inc. |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.logintc.com |
| Adres URL Strony Pomocy | https://www.logintc.com/docs/guides/chrome-extension.html |
| Adres URL Strony Polityki Prywatności | https://www.logintc.com/privacy-policy.html |
| Obsługiwane Języki | 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"
} | |