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
Eメール [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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}