n.spektor Vault

Chrome extension for Vault Password Manager | Plus

n.spektor Vault là gì?

n.spektor Vault là một tiện ích mở rộng Chrome được phát triển bởi n.spektor, và tính năng chính của nó là "Chrome extension for Vault Password Manager | Plus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng n.spektor Vault

Tải xuống các tệp mở rộng n.spektor Vault dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome extension for Vault Password Manager | Plus

The smart menu bar password manager with browser extensions. Keep your logins with ease.

Vault Password Manager lives in your menu bar. To access your logins just click on the menu bar icon or define your own hotkey to open it.

--- FEATURES ---
• Quick menu bar access
• Unlock and copy your login data within a second
• Find your logins easily via search field
• Buttons to copy username and password directly
• Create strong passwords with the integrated key-generator
• Auto lock (time and screen saver)
• Shortcuts for lock/unlock and create
• Hotkey
• Backup and restore
• Auto-start
• Password & username encryption
• Sort by usage or alphabetically grouped
• Different view options
• Resizable window
• AES128 encryption
• SHA256 hash

--- BROWSER EXTENSIONS ---
• Save or update entries with just a single click
• Open saved websites directly
• Autofill
• Multi account support
• Lock

--- CONTACT ---
Get in touch with us at [email protected] or @nspektorapps on Twitter.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên n.spektor Vault n.spektor Vault
ID gngmngmekgkaecfdgkmcoampnneenmim
URL Chính Thức https://chromewebstore.google.com/detail/nspektor-vault/gngmngmekgkaecfdgkmcoampnneenmim
Mô tả Chrome extension for Vault Password Manager | Plus
Kích Thước Tệp 263 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.6.1
Cập Nhật Lần Cuối 2016-08-29
Ngày Phát Hành 2016-08-29
Nhà Phát Triển n.spektor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nspektor.com/vault.html
URL Trang Trợ Giúp http://nspektor.com/support.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "n.spektor Vault",
    "short_name": "n.spektor Vault",
    "description": "Chrome extension for Vault Password Manager |\u00a0Plus",
    "author": "n.spektor",
    "version": "2.6.1",
    "homepage_url": "http:\/\/www.nspektor.com",
    "incognito": "split",
    "icons": {
        "16": "images\/icons\/icon_16x16.png",
        "24": "images\/icons\/icon_24x24.png",
        "32": "images\/icons\/icon_32x32.png",
        "48": "images\/icons\/icon_48x48.png",
        "64": "images\/icons\/icon_64x64.png",
        "128": "images\/icons\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons_bw\/icon_24x24.png",
            "38": "images\/icons_bw\/icon_48x48.png"
        },
        "default_popup": "popover.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "vault_end.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "jquery-2.2.3.min.map"
    ]
}