LoginTC

LoginTC multi-factor authentication

What is LoginTC?

LoginTC is a Chrome extension developed by Cyphercor Inc., and its main feature is "LoginTC multi-factor authentication".

Extension Screenshots

screenshot
screenshot

Download LoginTC Extension CRX File

Download LoginTC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name LoginTC LoginTC
ID hdekldmgbkajbaifpanceghcbioplddb
Official URL https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb
Description LoginTC multi-factor authentication
File Size 828 KB
Installation Count 2,077
Current Version 1.3.6
Last Updated 2023-07-23
Publish Date 2019-03-14
Rating 4.00/5 Total 4 Ratings
Developer Cyphercor Inc.
Email [email protected]
Payment Type free
Extension Website https://www.logintc.com
Help Page URL https://www.logintc.com/docs/guides/chrome-extension.html
Privacy Policy Page URL https://www.logintc.com/privacy-policy.html
Supported Languages 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"
}