Vault

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

Co je Vault?

Vault je rozšíření Chrome vyvinuté coreappsafrica, a jeho hlavní funkcí je „Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Vault

Stáhněte si soubory rozšíření Vault ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
Oficiální URL https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Popis Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Velikost souboru 294 KB
Počet instalací 15
Aktuální Verze 0.0.0.4
Poslední Aktualizace 2020-06-29
Datum Vydání 2020-06-29
Vývojář coreappsafrica
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Hmasters4664/VaultPro/wiki
URL Stránky Nápovědy https://github.com/Hmasters4664/VaultPro/wiki
Podporované Jazyky 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"
    }
}