Vault

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

O que é Vault?

Vault é uma extensão do Chrome desenvolvida por coreappsafrica, e sua principal característica é "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Vault

Baixe arquivos de extensão Vault no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
URL Oficial https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
Descrição Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Tamanho do Arquivo 294 KB
Contagem de Instalações 15
Versão Atual 0.0.0.4
Última Atualização 2020-06-29
Data de Publicação 2020-06-29
Desenvolvedor coreappsafrica
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Hmasters4664/VaultPro/wiki
URL da Página de Ajuda https://github.com/Hmasters4664/VaultPro/wiki
Idiomas Suportados 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"
    }
}