Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Wat is Vault?
Vault is een Chrome-extensie ontwikkeld door coreappsafrica, en de belangrijkste functie is "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
Extensie Screenshots
Download het CRX-bestand van de extensie Vault
Download Vault-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
Officiële URL | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
Beschrijving | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
Bestandsgrootte | 294 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2020-06-29 |
Publicatiedatum | 2020-06-29 |
Ontwikkelaar | coreappsafrica |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Hmasters4664/VaultPro/wiki |
Help Pagina-URL | https://github.com/Hmasters4664/VaultPro/wiki |
Ondersteunde Talen | 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" } } |