Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Qu'est-ce que Vault ?
Vault est une extension Chrome développée par coreappsafrica, et sa fonction principale est "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vault
Téléchargez les fichiers d'extension Vault au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
URL Officiel | 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… |
Taille du Fichier | 294 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2020-06-29 |
Date de Publication | 2020-06-29 |
Développeur | coreappsafrica |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Hmasters4664/VaultPro/wiki |
URL de la Page d'Aide | https://github.com/Hmasters4664/VaultPro/wiki |
Langues Prises en Charge | 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" } } |