LoginCat

LoginCat Extension for Cyber Security

Wat is LoginCat?

LoginCat is een Chrome-extensie ontwikkeld door TekMonks, en de belangrijkste functie is "LoginCat Extension for Cyber Security".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LoginCat

Download LoginCat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LoginCat LoginCat
ID angncidddapgcmohkdmhidfleomhmfgi
Officiële URL https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi
Beschrijving LoginCat Extension for Cyber Security
Bestandsgrootte 39.05 KB
Aantal Installaties 18
Huidige Versie 3.3.25
Laatst Bijgewerkt 2021-05-12
Publicatiedatum 2020-03-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar TekMonks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://logincat.com
URL van de Privacybeleid Pagina https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf
Ondersteunde Talen 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}