LoginTC
LoginTC multi-factor authentication
Co je LoginTC?
LoginTC je rozšíření Chrome vyvinuté Cyphercor Inc., a jeho hlavní funkcí je „LoginTC multi-factor authentication“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LoginTC
Stáhněte si soubory rozšíření LoginTC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | hdekldmgbkajbaifpanceghcbioplddb |
Oficiální URL | https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb |
Popis | LoginTC multi-factor authentication |
Velikost souboru | 828 KB |
Počet instalací | 2,077 |
Aktuální Verze | 1.3.6 |
Poslední Aktualizace | 2023-07-23 |
Datum Vydání | 2019-03-14 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | Cyphercor Inc. |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.logintc.com |
URL Stránky Nápovědy | https://www.logintc.com/docs/guides/chrome-extension.html |
URL Stránky Zásad Ochrany Soukromí | https://www.logintc.com/privacy-policy.html |
Podporované Jazyky | 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" } |