InnaITKey: Password Manager

Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.

Apa itu InnaITKey: Password Manager?

InnaITKey: Password Manager adalah ekstensi Chrome yang dikembangkan oleh https://innaitkey.com, dan fitur utamanya adalah "Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi InnaITKey: Password Manager

Unduh file ekstensi InnaITKey: Password Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        InnaITKey Password Manager

The InnaITKey Password Manager ushers in a new revolution in managing your Passwords. Unlike other password managers (both free and paid versions) which run on the cloud, InnaITKey Password Manager works with the InnaITKey – a unique hard token that combines Public Key Infrastructure (PKI) and Biometrics (your fingerprint), for identification & authentication. 

The InnaITKey Password Manager securely stores your login credentials (Username & Password) in an encrypted form within the Secure Hard Token (the InnaITKey). This eliminates the possibility of cyber-attacks that cloud based password managers are generally vulnerable to, given that they store your credentials (Name, user ID, password, etc.,) on the cloud. 

Since the InnaITKey would be with the user all the time, it can be used on any compatible browser on desktops or laptops by just installing the InnaITKey Password Manager Extension from the browser store.

The login credential is supplied to only those URLs which you register/approve, after authenticating your fingerprint (Biometric authentication).

The combination of PKI & Biometric based authentication provides 2-Factor-Authentication, making it extremely secure.

The Hard Token (InnaITKey) has the following features & advantages:
1. In-Built Crypto controller that generates and manages the unique Private & Public Key Pairs (for the device & the user).
2.The Crypto controller has a TRNG (True Random Number Generator) that produces unique key-pairs from an entropic source.
3.The Key-pairs and the biometric data is stored in an encrypted manner within the InnaITKey and cannot be read by anyone (including the manufacturer – Precision).
4. The InnaITKey comes with a capacitive fingerprint sensor cum System-on-Chip (SoC) design, that enables a 99.9%+ accuracy and works even with Feeble Fingerprints.
5. The InnaITKey is already tested for up to 23 spoofs and hence is resistant to fake fingerprint (impersonation) attempts.
6. InnaITKey uses both ECC (up to 521 bits) & RSA (up to 4096 bits) Encryption methodologies.
7. InnaITKey is also certified to FIDO2 Level 2 Standards, making it one of the four such certified devices in the world and the only one from India.

The InnaITKey Password Manager offers a simple and easy-to-use dashboard to save new sites and manage them. You can also classify and store the various sites in different folders for easy access.

The InnaITKey Password Manager also provides a Password Generator that helps you to create strong passwords by combine uppercase & lowercase alphabets along with numerals and special characters. The password manager can help generate passwords from as short as 4 characters and as long as 64 characters. In general passwords with 12 characters or more, with a random combination of lowercase & uppercase alphabets, numerals and special characters are considered strong and as the number of characters increases, the difficulty of cracking of those passwords also increases.                    

Informasi Dasar Ekstensi

Nama InnaITKey: Password Manager InnaITKey: Password Manager
ID mboheboacomfkpknfbiknphlkbapided
URL Resmi https://chromewebstore.google.com/detail/innaitkey-password-manage/mboheboacomfkpknfbiknphlkbapided
Deskripsi Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.
Ukuran File 601 KB
Jumlah Instalasi 187
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2024-02-14
Tanggal Publikasi 2023-07-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://innaitkey.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.innaitkey.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InnaITKey: Password Manager",
    "version": "1.0.10",
    "description": "Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.",
    "icons": {
        "48": "images\/InnaitKey-Icon-Green.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "assets\/js\/jquery-3.6.0.min.js",
                "js\/properties.js"
            ],
            "css": [],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "InnaITKey: Password Manager",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}