VaultOne Extension

VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.

Что такое VaultOne Extension?

VaultOne Extension - это расширение Chrome, разработанное https://vault.one, и его основная функция - "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений VaultOne Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Access VaultOne managed credentials directly from your browser.

The VaultOne extension has a new modern look and feel and provides secure access to your web based secrets. 
 
This extension requires use and integration with VaultOne Service.
 
The extension automatically identifies the existence of credential fields and will automatically populate them based on existing secrets in VaultOne Service.                    

Основная информация о расширении

Название VaultOne Extension VaultOne Extension
ID fjdhgajbjkmbnjckgecmdegclijcgnkj
Официальный URL https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj
Описание VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
Размер файла 71.11 KB
Количество установок 5,083
Текущая Версия 1.3.1
Последнее Обновление 2024-01-09
Дата публикации 2020-07-02
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://vault.one
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vaultone.com
URL страницы помощи https://help.vaultone.com
URL страницы политики конфиденциальности https://vaultone.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VaultOne Extension",
    "description": "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.",
    "homepage_url": "https:\/\/vaultone.com",
    "version": "1.3.1",
    "background": {
        "service_worker": "event.min.js"
    },
    "action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vault.one\/*",
            "https:\/\/cdn.vaultone.com\/*",
            "https:\/\/*.sikur.com\/*",
            "https:\/\/*.securitydesignlab.com\/*"
        ]
    },
    "permissions": [
        "privacy",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}