Vault

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

什么是Vault?

Vault是由coreappsafrica开发的Chrome扩展程序,该扩展的主要功能是“Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…”。

扩展截图

screenshot
screenshot
screenshot

下载Vault扩展crx文件

下载Vault扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Vault Vault
ID emoiiddohbldagaakddmcophddnpckhc
官方URL https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc
简介 Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
文件大小 294 KB
安装次数 15
当前版本 0.0.0.4
更新时间 2020-06-29
上架时间 2020-06-29
开发者 coreappsafrica
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Hmasters4664/VaultPro/wiki
帮助页面URL https://github.com/Hmasters4664/VaultPro/wiki
支持的语言 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"
    }
}