VaultOne Extension
VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
O que é VaultOne Extension?
VaultOne Extension é uma extensão do Chrome desenvolvida por https://vault.one, e sua principal característica é "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VaultOne Extension
Baixe arquivos de extensão VaultOne Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | VaultOne Extension |
ID | fjdhgajbjkmbnjckgecmdegclijcgnkj |
URL Oficial | https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj |
Descrição | VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites. |
Tamanho do Arquivo | 71.11 KB |
Contagem de Instalações | 5,083 |
Versão Atual | 1.3.1 |
Última Atualização | 2024-01-09 |
Data de Publicação | 2020-07-02 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://vault.one |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vaultone.com |
URL da Página de Ajuda | https://help.vaultone.com |
URL da Página de Política de Privacidade | https://vaultone.com/privacy-policy |
Idiomas Suportados | 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:\/\/*\/*" ] } |