LoginCat

LoginCat Extension for Cyber Security

Vad är LoginCat?

LoginCat är en Chrome-tillägg utvecklad av TekMonks, och dess huvudfunktion är "LoginCat Extension for Cyber Security".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner LoginCat-förlängningens CRX-fil

Ladda ner LoginCat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LoginCat LoginCat
ID angncidddapgcmohkdmhidfleomhmfgi
Officiell webbadress https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi
Beskrivning LoginCat Extension for Cyber Security
Filstorlek 39.05 KB
Antal Installationer 18
Aktuell Version 3.3.25
Senast Uppdaterad 2021-05-12
Publiceringsdatum 2020-03-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare TekMonks
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://logincat.com
URL till Sekretesspolicy Sidan https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf
Stödda Språk 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}