LoginCat

LoginCat Extension for Cyber Security

什么是LoginCat?

LoginCat是由TekMonks开发的Chrome扩展程序,该扩展的主要功能是“LoginCat Extension for Cyber Security”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载LoginCat扩展crx文件

下载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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}