LoginTC

LoginTC multi-factor authentication

LoginTC là gì?

LoginTC là một tiện ích mở rộng Chrome được phát triển bởi Cyphercor Inc., và tính năng chính của nó là "LoginTC multi-factor authentication".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LoginTC

Tải xuống các tệp mở rộng LoginTC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LoginTC LoginTC
ID hdekldmgbkajbaifpanceghcbioplddb
URL Chính Thức https://chromewebstore.google.com/detail/logintc/hdekldmgbkajbaifpanceghcbioplddb
Mô tả LoginTC multi-factor authentication
Kích Thước Tệp 828 KB
Số Lần Cài Đặt 2,077
Phiên Bản Hiện Tại 1.3.6
Cập Nhật Lần Cuối 2023-07-23
Ngày Phát Hành 2019-03-14
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Cyphercor Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.logintc.com
URL Trang Trợ Giúp https://www.logintc.com/docs/guides/chrome-extension.html
URL Trang Chính Sách Bảo Mật https://www.logintc.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}