VaultOne Extension

VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.

Co je VaultOne Extension?

VaultOne Extension je rozšíření Chrome vyvinuté https://vault.one, a jeho hlavní funkcí je „VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VaultOne Extension

Stáhněte si soubory rozšíření VaultOne Extension 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í

                        Access VaultOne managed credentials directly from your browser.

The VaultOne extension has a new modern look and feel and provides secure access to your web based secrets. 
 
This extension requires use and integration with VaultOne Service.
 
The extension automatically identifies the existence of credential fields and will automatically populate them based on existing secrets in VaultOne Service.                    

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

Název VaultOne Extension VaultOne Extension
ID fjdhgajbjkmbnjckgecmdegclijcgnkj
Oficiální URL https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj
Popis VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Velikost souboru 71.11 KB
Počet instalací 5,083
Aktuální Verze 1.3.1
Poslední Aktualizace 2024-01-09
Datum Vydání 2020-07-02
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://vault.one
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vaultone.com
URL Stránky Nápovědy https://help.vaultone.com
URL Stránky Zásad Ochrany Soukromí https://vaultone.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VaultOne Extension",
    "description": "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.",
    "homepage_url": "https:\/\/vaultone.com",
    "version": "1.3.1",
    "background": {
        "service_worker": "event.min.js"
    },
    "action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vault.one\/*",
            "https:\/\/cdn.vaultone.com\/*",
            "https:\/\/*.sikur.com\/*",
            "https:\/\/*.securitydesignlab.com\/*"
        ]
    },
    "permissions": [
        "privacy",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}