LoginCat
LoginCat Extension for Cyber Security
Qu'est-ce que LoginCat ?
LoginCat est une extension Chrome développée par TekMonks, et sa fonction principale est "LoginCat Extension for Cyber Security".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LoginCat
Téléchargez les fichiers d'extension LoginCat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LoginCat |
ID | angncidddapgcmohkdmhidfleomhmfgi |
URL Officiel | https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi |
Description | LoginCat Extension for Cyber Security |
Taille du Fichier | 39.05 KB |
Nombre d'Installations | 18 |
Version Actuelle | 3.3.25 |
Dernière Mise à Jour | 2021-05-12 |
Date de Publication | 2020-03-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | TekMonks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://logincat.com |
URL de la Page de Politique de Confidentialité | https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf |
Langues Prises en Charge | 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:\/\/*\/*", "*:\/\/*\/*" ] } |