LoginCat

LoginCat Extension for Cyber Security

Cos'è LoginCat?

LoginCat è un'estensione di Chrome sviluppata da TekMonks, e la sua funzione principale è "LoginCat Extension for Cyber Security".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LoginCat

Scarica i file di estensione LoginCat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LoginCat LoginCat
ID angncidddapgcmohkdmhidfleomhmfgi
URL Ufficiale https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi
Descrizione LoginCat Extension for Cyber Security
Dimensione del File 39.05 KB
Conteggio Installazioni 18
Versione Corrente 3.3.25
Ultimo Aggiornamento 2021-05-12
Data di Pubblicazione 2020-03-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore TekMonks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://logincat.com
URL della Pagina della Politica sulla Privacy https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf
Lingue Supportate 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}