VaultOne Extension
VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
What is VaultOne Extension?
VaultOne Extension is a Chrome extension developed by https://vault.one, and its main feature is "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".
Extension Screenshots
Download VaultOne Extension Extension CRX File
Download VaultOne Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VaultOne Extension |
ID | fjdhgajbjkmbnjckgecmdegclijcgnkj |
Official URL | https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj |
Description | VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites. |
File Size | 71.11 KB |
Installation Count | 5,083 |
Current Version | 1.3.1 |
Last Updated | 2024-01-09 |
Publish Date | 2020-07-02 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://vault.one |
[email protected] | |
Payment Type | free |
Extension Website | https://vaultone.com |
Help Page URL | https://help.vaultone.com |
Privacy Policy Page URL | https://vaultone.com/privacy-policy |
Supported Languages | 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:\/\/*\/*" ] } |