LoginTC
LoginTC multi-factor authentication
ما هو LoginTC؟
LoginTC هو إضافة Chrome تم تطويرها بواسطة Cyphercor Inc.، والميزة الرئيسية لها هي "LoginTC multi-factor authentication".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LoginTC
قم بتنزيل ملفات الامتداد LoginTC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
| عنوان صفحة المساعدة | https://www.logintc.com/docs/guides/chrome-extension.html |
| عنوان صفحة سياسة الخصوصية | 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"
} | |