LoginTC
LoginTC multi-factor authentication
Was ist LoginTC?
LoginTC ist eine Chrome-Erweiterung, die von Cyphercor Inc. entwickelt wurde, und ihr Hauptmerkmal ist "LoginTC multi-factor authentication".
Erweiterungsscreenshots
LoginTC-Erweiterungs-CRX-Datei herunterladen
Laden Sie LoginTC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | LoginTC |
ID | hdekldmgbkajbaifpanceghcbioplddb |
Offizielle URL | https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb |
Beschreibung | LoginTC multi-factor authentication |
Dateigröße | 828 KB |
Installationsanzahl | 2,077 |
Aktuelle Version | 1.3.6 |
Letztes Update | 2023-07-23 |
Veröffentlichungsdatum | 2019-03-14 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Cyphercor Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.logintc.com |
Hilfeseite URL | https://www.logintc.com/docs/guides/chrome-extension.html |
URL der Datenschutzrichtlinien-Seite | https://www.logintc.com/privacy-policy.html |
Unterstützte Sprachen | 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" } |