HioKey's extension

Hio Password Manager

HioKey's extension क्या है?

HioKey's extension https://gethio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hio Password Manager"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में HioKey's extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hio key is a local password manager. With Hio, now consumers have the possibility to carry all their passwords securely in their hand, and use their passwords any place using any device, a PC, Tablet, or a Smartphone. It keeps all the user’s most valuable secrets securely protected inside the Hio key chip with hardware protection. All the personal data such as passwords that you allow Hio Extension to store for you will just be available locally by your own, not on clouds.

Hio Password Manager Highlights

-Shares passwords across all of your devices by storing all login credentials in the secure physical device.
-Automatically fills in login-form for you on Chrome and Edge.
-Cleverly prompts you to save the new password you are using for first-time on either sign-in or sign-up forms.
-User presence-based, i.e. receiving and delivering username and password will proceed just by pressing the button on the Hio key.
-PIN protected, passwords never leave your device unless completing the pin verification.
-You can login simply by a click or double-tap on the Hio key.
-Backup & restore your credentials.
-Generate strong & complex password simply by long click.                    

एक्सटेंशन की मूल जानकारी

नाम HioKey's extension HioKey's extension
ID fioakkamhpbecakcnjflgolignmefkkk
आधिकारिक URL https://chromewebstore.google.com/detail/hiokeys-extension/fioakkamhpbecakcnjflgolignmefkkk
विवरण Hio Password Manager
फ़ाइल का आकार 1.27 MB
स्थापना संख्या 80
वर्तमान संस्करण 0.0.102
अंतिम अपडेट 2020-03-09
प्रकाशन तिथि 2020-03-06
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://gethio.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.gethio.com/faq/
गोपनीयता नीति पृष्ठ URL https://www.gethio.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Hio Technologies Inc.",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/uuid.js",
            "js\/messages.js",
            "js\/baseItem.js",
            "js\/accountItem.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-32b.png"
        },
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "js\/messages.js",
                "js\/utils.js",
                "js\/formFiller.js",
                "lib\/uuid.js",
                "js\/baseItem.js",
                "js\/accountItem.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Hio Password Manager",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "HioKey's extension",
    "short_name": "HioKey",
    "permissions": [
        "tabs"
    ],
    "version": "0.0.102",
    "web_accessible_resources": [
        "font\/roboto\/Roboto-Thin.woff2",
        "font\/roboto\/Roboto-Thin.woff",
        "font\/roboto\/Roboto-Thin.ttf",
        "font\/roboto\/Roboto-Regular.woff2",
        "font\/roboto\/Roboto-Regular.woff",
        "font\/roboto\/Roboto-Regular.ttf",
        "font\/roboto\/Roboto-Bold.woff2",
        "font\/roboto\/Roboto-Bold.woff",
        "font\/roboto\/Roboto-Bold.ttf",
        "font\/roboto\/Roboto-Medium.woff2",
        "font\/roboto\/Roboto-Medium.woff",
        "font\/roboto\/Roboto-Medium.ttf",
        "font\/roboto\/Roboto-Light.woff2",
        "font\/roboto\/Roboto-Light.woff",
        "font\/roboto\/Roboto-Light.ttf",
        "images\/*.svg",
        "html\/*.html",
        "js\/*.js",
        "js\/components\/*.js",
        "css\/*.css",
        "lib\/*.js"
    ]
}