LoginCat

LoginCat Extension for Cyber Security

Что такое LoginCat?

LoginCat - это расширение Chrome, разработанное TekMonks, и его основная функция - "LoginCat Extension for Cyber Security".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл 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.                    

Основная информация о расширении

Название LoginCat LoginCat
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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}