LoginCat
LoginCat Extension for Cyber Security
Was ist LoginCat?
LoginCat ist eine Chrome-Erweiterung, die von TekMonks entwickelt wurde, und ihr Hauptmerkmal ist "LoginCat Extension for Cyber Security".
Erweiterungsscreenshots
LoginCat-Erweiterungs-CRX-Datei herunterladen
Laden Sie LoginCat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Logincat Extension is used with Logincat security software, which is part of a Cloud Security application that secures various applications like email, social networks, etc. for our end users. Logincat eliminates the need of passwords and uses patent passphrase technology which is many magnitudes safer and is mathematically proven to be extremely hard to hack, even with today's computing speeds. It secures both internal and cloud applications by building zero and negative trust zones around them. You can find more information about Logincat at https://logincat.com Note : Version 3 contains Auto Login, Autofill and Auto Add App functionalities.
Grundlegende Informationen zur Erweiterung
Name | LoginCat |
ID | angncidddapgcmohkdmhidfleomhmfgi |
Offizielle URL | https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi |
Beschreibung | LoginCat Extension for Cyber Security |
Dateigröße | 39.05 KB |
Installationsanzahl | 18 |
Aktuelle Version | 3.3.25 |
Letztes Update | 2021-05-12 |
Veröffentlichungsdatum | 2020-03-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | TekMonks |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://logincat.com |
URL der Datenschutzrichtlinien-Seite | https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LoginCat", "version": "3.3.25", "manifest_version": 2, "description": "LoginCat Extension for Cyber Security", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "content_script.js", "aes.js", "lcCryptfe.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "logincat_48.png", "128": "logincat_128.png" }, "permissions": [ "storage", "webRequest", "tabs", "cookies", "ftp:\/\/*\/*", "*:\/\/*\/*" ] } |