VaultOne Extension
VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Co to jest VaultOne Extension?
VaultOne Extension to rozszerzenie Chrome opracowane przez https://vault.one, a jego główną funkcją jest „VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VaultOne Extension
Pobierz pliki rozszerzeń VaultOne Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | VaultOne Extension |
ID | fjdhgajbjkmbnjckgecmdegclijcgnkj |
Oficjalny URL | https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj |
Opis | VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites. |
Rozmiar pliku | 71.11 KB |
Liczba instalacji | 5,083 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2024-01-09 |
Data Publikacji | 2020-07-02 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://vault.one |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://vaultone.com |
Adres URL Strony Pomocy | https://help.vaultone.com |
Adres URL Strony Polityki Prywatności | https://vaultone.com/privacy-policy |
Obsługiwane Języki | 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:\/\/*\/*" ] } |