LoginCat

LoginCat Extension for Cyber Security

LoginCatคืออะไร?

LoginCat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TekMonks และคุณลักษณะหลักของมันคือ "LoginCat Extension for Cyber Security"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LoginCat

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}