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 - это расширение Chrome, разработанное coreappsafrica, и его основная функция - "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

Скачать файл CRX расширения Vault

Скачайте файлы расширений 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"
    }
}