Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Hvad er Vault?
Vault er en Chrome-udvidelse udviklet af coreappsafrica, og dens hovedfunktion er "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
Udvidelsesskærmbilleder
Download Vault-udvidelses-CRX-fil
Download Vault-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
Officiel URL | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
Beskrivelse | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
Filstørrelse | 294 KB |
Antal Installationer | 15 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2020-06-29 |
Udgivelsesdato | 2020-06-29 |
Udvikler | coreappsafrica |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Hmasters4664/VaultPro/wiki |
Hjælpeside-URL | https://github.com/Hmasters4664/VaultPro/wiki |
Understøttede Sprog | 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" } } |