LoginCat

LoginCat Extension for Cyber Security

LoginCat là gì?

LoginCat là một tiện ích mở rộng Chrome được phát triển bởi TekMonks, và tính năng chính của nó là "LoginCat Extension for Cyber Security".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LoginCat

Tải xuống các tệp mở rộng LoginCat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LoginCat LoginCat
ID angncidddapgcmohkdmhidfleomhmfgi
URL Chính Thức https://chromewebstore.google.com/detail/logincat/angncidddapgcmohkdmhidfleomhmfgi
Mô tả LoginCat Extension for Cyber Security
Kích Thước Tệp 39.05 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 3.3.25
Cập Nhật Lần Cuối 2021-05-12
Ngày Phát Hành 2020-03-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển TekMonks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://logincat.com
URL Trang Chính Sách Bảo Mật https://tekmonks.com/apps/tekmonks/articles/.home/copyright.md/privacypolicy.en.pdf
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}