LoginTC
LoginTC multi-factor authentication
LoginTCとは何ですか?
LoginTCはCyphercor Inc.によって開発されたChromeの拡張機能で、その主な機能は「LoginTC multi-factor authentication」です。
拡張機能のスクリーンショット
LoginTC拡張機能のCRXファイルをダウンロード
LoginTC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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. |
Eメール | [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" } |