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