VaultOne Extension

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

¿Qué es VaultOne Extension?

VaultOne Extension es una extensión de Chrome desarrollada por https://vault.one, y su función principal es "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión VaultOne Extension

Descarga archivos de extensión VaultOne Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre VaultOne Extension VaultOne Extension
ID fjdhgajbjkmbnjckgecmdegclijcgnkj
URL Oficial https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj
Descripción VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Tamaño del Archivo 71.11 KB
Cantidad de Instalaciones 5,083
Versión Actual 1.3.1
Última Actualización 2024-01-09
Fecha de Publicación 2020-07-02
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://vault.one
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://vaultone.com
URL de la Página de Ayuda https://help.vaultone.com
URL de la Página de Política de Privacidad https://vaultone.com/privacy-policy
Idiomas Soportados 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:\/\/*\/*"
    ]
}