LoginCat
LoginCat Extension for Cyber Security
Τι είναι το LoginCat;
Το LoginCat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TekMonks, και η κύρια λειτουργία του είναι "LoginCat Extension for Cyber Security".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LoginCat
Λήψη αρχείων επέκτασης LoginCat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | angncidddapgcmohkdmhidfleomhmfgi |
Επίσημο URL | https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi |
Περιγραφή | LoginCat Extension for Cyber Security |
Μέγεθος Αρχείου | 39.05 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 3.3.25 |
Τελευταία Ενημέρωση | 2021-05-12 |
Ημερομηνία Δημοσίευσης | 2020-03-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | TekMonks |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://logincat.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*", "*:\/\/*\/*" ] } |