Vault

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

Cos'è Vault?

Vault è un'estensione di Chrome sviluppata da coreappsafrica, e la sua funzione principale è "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vault

Scarica i file di estensione Vault in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
URL Ufficiale https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Descrizione Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Dimensione del File 294 KB
Conteggio Installazioni 15
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2020-06-29
Data di Pubblicazione 2020-06-29
Sviluppatore coreappsafrica
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Hmasters4664/VaultPro/wiki
URL della Pagina di Aiuto https://github.com/Hmasters4664/VaultPro/wiki
Lingue Supportate 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"
    }
}