Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
What is Vault?
Vault is a Chrome extension developed by coreappsafrica, and its main feature is "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
Extension Screenshots
Download Vault Extension CRX File
Download Vault extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
Official URL | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
Description | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
File Size | 294 KB |
Installation Count | 15 |
Current Version | 0.0.0.4 |
Last Updated | 2020-06-29 |
Publish Date | 2020-06-29 |
Developer | coreappsafrica |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Hmasters4664/VaultPro/wiki |
Help Page URL | https://github.com/Hmasters4664/VaultPro/wiki |
Supported Languages | 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" } } |