Onion ID

Onion ID Extension for Chrome redefines security making it more... secure, fun and intuitive!

Co je Onion ID?

Onion ID je rozšíření Chrome vyvinuté http://onionid.com, a jeho hlavní funkcí je „Onion ID Extension for Chrome redefines security making it more... secure, fun and intuitive!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Onion ID

Stáhněte si soubory rozšíření Onion ID ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        OnionId Extension for Chrome redefines security making it more... secure, fun and intuitive!
Onion ID is the world's first SaaS Privileged Access Management Solution for Enterprises and SMB business to manage employee rights for web applications and infrastructure.                    

Základní Informace o Rozšíření

Název Onion ID Onion ID
ID nploddnhipadnaokbofbbamemdgljile
Oficiální URL https://chrome.google.com/webstore/detail/onion-id/nploddnhipadnaokbofbbamemdgljile
Popis Onion ID Extension for Chrome redefines security making it more... secure, fun and intuitive!
Velikost souboru 2.47 MB
Počet instalací 318
Aktuální Verze 2.9.33
Poslední Aktualizace 2020-03-30
Datum Vydání 2020-03-28
Hodnocení 4.83/5 Celkem 23 Hodnocení
Vývojář http://onionid.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.onionid.com
URL Stránky Nápovědy https://www.onionid.com/contact/
URL Stránky Zásad Ochrany Soukromí https://www.onionid.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Onion ID",
    "version": "2.9.33",
    "description": "Onion ID Extension for Chrome redefines security making it more... secure, fun and intuitive!",
    "permissions": [
        "activeTab",
        "storage",
        "geolocation",
        "tabs",
        "storage",
        "idle",
        "unlimitedStorage",
        "browsingData",
        "cookies",
        "contextMenus",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "crypto.js"
        ]
    },
    "icons": {
        "16": "onionid-16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "onionid-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "top.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jQuery-International-Telephone\/build\/js\/intlTelInput.js",
                "js\/onionid-config.js",
                "js\/onionid-main.js",
                "js\/onionid-register.js",
                "js\/onionid-accounts.js",
                "jquery-ui\/jquery-ui.min.js",
                "crypto.js"
            ],
            "css": [
                "bootstrap.css",
                "jquery-ui.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jsnlog.min.js",
                "js\/onionid-before.js",
                "jquery-ui\/jquery-ui.min.js",
                "crypto.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg",
        "html\/onionid-policy-popup.html",
        "html\/onionid-policy-popup-new.html",
        "html\/onionid-policy-popup-new-svg.html",
        "html\/onionid-application-popup.html",
        "html\/onionid-application-popup-svg.html",
        "html\/onionid-masterpass-popup.html",
        "html\/onionid-masterpass-accounts-popup.html",
        "html\/onionid-masterpass-update-popup.html",
        "html\/onionid-masterpass-update-email-popup.html",
        "html\/onionid-message.html",
        "html\/onionid-access-request-popup.html",
        "html\/onionid-register-popup.html",
        "html\/onionid-register-pin-popup.html",
        "html\/onionid-register-masterpass-popup.html",
        "html\/onionid-credentials-popup.html",
        "html\/onionid-credentials3-popup.html",
        "html\/onionid-credentials4-popup.html",
        "html\/onionid-credentials4-netdefend-popup.html",
        "html\/onionid-verify-credentials-popup.html",
        "html\/onionid-installation-choice-popup.html",
        "html\/onionid-top-banner.html",
        "html\/onionid-top-error-banner.html",
        "html\/onionid-top-popup-delay-banner.html",
        "html\/onionid-top-block-banner.html",
        "html\/onionid-top-access-request-banner.html",
        "html\/onionid-save-element-popup.html",
        "html\/onionid-ban.html",
        "html\/onionid-ban-restrict.html",
        "html\/onionid-yubikey-register.html",
        "html\/onionid-yubikey-authenticate.html",
        "html\/onionid-otp-popup.html",
        "onionid_config",
        "img\/*.png",
        "img\/*.jpg",
        "img\/*.gif",
        "img\/*.svg",
        "html\/svg\/*.html"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "new_popup.html"
    },
    "manifest_version": 2
}