Trezor Password Manager

Really secure password manager using Trezor.

Что такое Trezor Password Manager?

Trezor Password Manager - это расширение Chrome, разработанное http://trezor.io, и его основная функция - "Really secure password manager using Trezor.".

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

screenshot
screenshot
screenshot

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

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

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

                        Passwords in Your Hands. Easy and Secure.

* passwords securely encrypted with your personal TREZOR device
* auto-synced to your private cloud storage
* all in one button click                    

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

Название Trezor Password Manager Trezor Password Manager
ID imloifkgjagghnncjkhggdhalmcnfklk
Официальный URL https://chrome.google.com/webstore/detail/trezor-password-manager/imloifkgjagghnncjkhggdhalmcnfklk
Описание Really secure password manager using Trezor.
Размер файла 2.47 MB
Количество установок 16,855
Текущая Версия 0.7.6
Последнее Обновление 2023-01-26
Дата публикации 2020-04-15
Рейтинг 3.37/5 Всего 100 оценок
Разработчик http://trezor.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://trezor.io/passwords/
URL страницы помощи https://wiki.trezor.io/User_manual:Password_Manager
URL страницы политики конфиденциальности https://trezor.io/static/pdf/Trezor_Password_Manager_Privacy_Policy.pdf
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trezor Password Manager",
    "description": "Really secure password manager using Trezor.",
    "version": "0.7.6",
    "author": "SatoshiLabs",
    "short_name": "Trezor Password Manager",
    "minimum_chrome_version": "59.0.0",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "Open Trezor Password Manager app window."
        },
        "fill_login_form": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Fill login form with first fitting credentials."
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Trezor Password Manager"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgRzyy+IKeaKZA6SIHgrDSinXRNcNq1tT\/WeyX1K6gTnVc8KFRVHu5CLf0xN0eCfuz7JKy7U+XfNBzO2i0pkamma6kFMEpvX73WU3Lvmc+g6jg\/VSZc9OOgCocT6I8FX92ad1Mj6qcDjVyCkpE2FPotUkuH0PwqQNzSQjPor+KhNPnOQIf5IqLvFEr7P4hUTgyiTUsOX6ROxk61EvP1Fi+Qllscgkm961q+\/puw+9Z0Gr4eNIgfAK7DpYj0UJQsdlBP59PQqbW91mwPrKTr3FHmaHGOk+odLCOgchN8MmXgLpqoar1Rxo\/AXs5BdnyCprlVHvtXRYbLlthQVzxYylNwIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/connect.trezor.io\/5\/; object-src 'self'",
    "oauth2": {
        "client_id": "296429812941-co5alkvv0tan1ptun23ilefh96gb1heb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.install",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "web_accessible_resources": [
        "html\/chrome_oauth_receiver.html",
        "images\/trezor.svg",
        "images\/success.svg",
        "css\/content_style.css"
    ],
    "manifest_version": 2,
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "identity",
        "contextMenus",
        "background",
        "clipboardRead",
        "clipboardWrite",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/*.trezor.io\/*",
        "https:\/\/*.dropbox.com\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ]
}