My ID HUB : Advanced Online Password Manager

Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall

My ID HUB : Advanced Online Password Manager क्या है?

My ID HUB : Advanced Online Password Manager https://myidhub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में My ID HUB : Advanced Online Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        My ID HUB is an advanced password manager where you can keep all your sensitive information like logins, serial numbers, license keys and credit card details. It has been designed with security being the top priority at every layer of the service. You own your data and no one but you can access it, change it or wipe it.
Browser extension allows easy login and password fills for most popular web sites so you don't have to remember your password.                    

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

नाम My ID HUB : Advanced Online Password Manager My ID HUB : Advanced Online Password Manager
ID kgkmbphpoocejodfgfghagbelehbcifh
आधिकारिक URL https://chromewebstore.google.com/detail/my-id-hub-advanced-online/kgkmbphpoocejodfgfghagbelehbcifh
विवरण Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall
फ़ाइल का आकार 492 KB
स्थापना संख्या 14
वर्तमान संस्करण 0.9.9
अंतिम अपडेट 2018-05-04
प्रकाशन तिथि 2018-05-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://myidhub.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://myidhub.com/Contact.aspx
गोपनीयता नीति पृष्ठ URL https://myidhub.com/Privacy.aspx
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MyIDHUB LLC",
    "browser_action": {
        "default_icon": {
            "19": "Images\/Logo_19x19_Offline.png",
            "38": "Images\/Logo_38x38_Offline.png"
        },
        "default_popup": "Popup.html",
        "default_title": "My ID HUB"
    },
    "default_locale": "en_US",
    "description": "__MSG_applicationDescription__",
    "icons": {
        "16": "Images\/Logo_16x16.png",
        "32": "Images\/Logo_32x32.png",
        "48": "Images\/Logo_48x48.png",
        "128": "Images\/Logo_128x128.png"
    },
    "manifest_version": 2,
    "name": "My ID HUB : Advanced Online Password Manager",
    "short_name": "My ID HUB",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "https:\/\/api.myidhub.com\/*"
    ],
    "version": "0.9.9",
    "background": {
        "page": "Background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/myidhub.com\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "Resources\/Extension\/Bootstrap.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "IdentitySelector.html",
        "IdentityCreator.html",
        "IdentitySecurity.html",
        "IdentityNotification.html",
        "Unsecure.html"
    ]
}