Vault

Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…

Was ist Vault?

Vault ist eine Chrome-Erweiterung, die von coreappsafrica entwickelt wurde, und ihr Hauptmerkmal ist "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Vault-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vault-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
Offizielle URL https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Beschreibung Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Dateigröße 294 KB
Installationsanzahl 15
Aktuelle Version 0.0.0.4
Letztes Update 2020-06-29
Veröffentlichungsdatum 2020-06-29
Entwickler coreappsafrica
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Hmasters4664/VaultPro/wiki
Hilfeseite URL https://github.com/Hmasters4664/VaultPro/wiki
Unterstützte Sprachen 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"
    }
}