VaultOne Extension
VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Hvad er VaultOne Extension?
VaultOne Extension er en Chrome-udvidelse udviklet af https://vault.one, og dens hovedfunktion er "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".
Udvidelsesskærmbilleder
Download VaultOne Extension-udvidelses-CRX-fil
Download VaultOne Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | VaultOne Extension |
ID | fjdhgajbjkmbnjckgecmdegclijcgnkj |
Officiel URL | https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj |
Beskrivelse | VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites. |
Filstørrelse | 71.11 KB |
Antal Installationer | 5,083 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2024-01-09 |
Udgivelsesdato | 2020-07-02 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://vault.one |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://vaultone.com |
Hjælpeside-URL | https://help.vaultone.com |
URL til Fortrolighedspolitik Side | https://vaultone.com/privacy-policy |
Understøttede Sprog | 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:\/\/*\/*" ] } |