LoginCat

LoginCat Extension for Cyber Security

LoginCat क्या है?

LoginCat TekMonks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LoginCat Extension for Cyber Security"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LoginCat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}