LoginCat

LoginCat Extension for Cyber Security

LoginCat란 무엇입니까?

LoginCat은(는) TekMonks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LoginCat Extension for Cyber Security"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LoginCat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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