LoginTC
LoginTC multi-factor authentication
LoginTC क्या है?
LoginTC Cyphercor Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LoginTC multi-factor authentication"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LoginTC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |