Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Co to jest Vault?
Vault to rozszerzenie Chrome opracowane przez coreappsafrica, a jego główną funkcją jest „Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vault
Pobierz pliki rozszerzeń Vault 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
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the computer clipboard to be used on the chrome browser. When a password has been successfully transmitted the the extension creates an alert on the browser with a message.
Podstawowe informacje o rozszerzeniu
Nazwa | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
Oficjalny URL | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
Opis | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
Rozmiar pliku | 294 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.0.4 |
Ostatnia Aktualizacja | 2020-06-29 |
Data Publikacji | 2020-06-29 |
Deweloper | coreappsafrica |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Hmasters4664/VaultPro/wiki |
Adres URL Strony Pomocy | https://github.com/Hmasters4664/VaultPro/wiki |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vault", "version": "0.0.0.4", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Log In" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "storage" ], "background": { "persistent": true, "page": "background.html" } } |