LoginCat

LoginCat Extension for Cyber Security

Co je LoginCat?

LoginCat je rozšíření Chrome vyvinuté TekMonks, a jeho hlavní funkcí je „LoginCat Extension for Cyber Security“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření LoginCat

Stáhněte si soubory rozšíření LoginCat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název LoginCat LoginCat
ID angncidddapgcmohkdmhidfleomhmfgi
Oficiální URL https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi
Popis LoginCat Extension for Cyber Security
Velikost souboru 39.05 KB
Počet instalací 18
Aktuální Verze 3.3.25
Poslední Aktualizace 2021-05-12
Datum Vydání 2020-03-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář TekMonks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://logincat.com
URL Stránky Zásad Ochrany Soukromí https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf
Podporované Jazyky 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}