LoginTC

LoginTC multi-factor authentication

LoginTC란 무엇입니까?

LoginTC은(는) Cyphercor Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LoginTC multi-factor authentication"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LoginTC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 LoginTC LoginTC
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"
}