Uniqkey 2.0

Uniqkey is a user-friendly password manager for businesses.

什么是Uniqkey 2.0?

Uniqkey 2.0是由Uniqkey A/S开发的Chrome扩展程序,该扩展的主要功能是“Uniqkey is a user-friendly password manager for businesses.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Uniqkey 2.0扩展crx文件

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

扩展使用说明

                        Uniqkey makes it easy to work safely in a digital world.

By eliminating the use of weak and reused passwords in the workplace, enabling frictionless 2FA adoption, and giving IT the overview and control they need to keep the company protected, Uniqkey protects businesses against password-related cyber risks.

Uniqkey achieves this through a unified solution combining user-friendly password management, 2FA autofill, and centralized access management for IT admins.

DISCLAIMER

This product is only one part of a larger product which includes and requires a mobile app, desktop app and a browser extension, and therefore can't be used alone.

KEY FEATURES AND BENEFITS FOR EMPLOYEES

*Password Manager: Manage your passwords in one place*

Uniqkey securely stores and remembers your passwords for you, and auto-fills them when you need to log onto services.

*Password Generator: Generate high-strength passwords with 1 click*

Easily upgrade your password security by auto-generating high-strength passwords with the integrated password generator.

*Automatic 2FA authentication: Use 2FA without friction*

Uniqkey auto-fills your 2FA codes for you, saving you the time and trouble of manually entering them. 

*Password Sharing: Securely share logins with ease*

Securely share logins between individuals and teams with one click – and without revealing your passwords.

KEY FEATURES AND BENEFITS FOR THE COMPANY

*Access Manager: Manage and oversee employee accesses in one place*
Uniqkey’s access management platform allows IT admins to remove, restrict or grant role-specific access rights to employees with ease, making on and offboarding processes smooth and swift.

*Cloud Service Overview: Gain full visibility of company services*

Uniqkey tracks all cloud and SaaS services registered to your company email domain, empowering IT to monitor and protect all logins connected to the organization.  

*Security Scores: Spot vulnerabilities in your company's access security*

Know exactly which employee logins are most at risk, so you can improve the security of your most vulnerable entry points.

WHY BUSINESSES CHOOSE UNIQKEY

✅ Makes cybersecurity simple and impactful

With Uniqkey, companies arm themselves with a high-impact security tool that is both easy to use for employees and provides a strong level of security and control for IT. By making 2FA adoption frictionless, healthy password hygiene easy to achieve, and cloud app visibility a reality, Uniqkey makes it easy for companies to work safely in a digital world.

✅ Gives back control to IT

IT admins get access to the Uniqkey Access Management Platform which gives them full overview and granular control of employee access rights and all services registered to work email domains, making it easier to keep the company protected and productive.

✅ Makes it easy for employees to be secure

The Uniqkey Password Manager eliminates all password-related frustration for the individual employee by automating logins, auto-generating high-strength passwords and storing them securely, increasing login security and overall productivity from day 1. Employees simply authenticate their logins on the Uniqkey app, which then securely auto-fills all their credentials and logs them in. Safe, simple and swift.

✅ Stores data in breach-proof manner

While other password managers secure their user’s data online, Uniqkey encrypts user data with zero-knowledge technology, and stores it offline on our user’s own devices. This way, your data stays untouched even if Uniqkey experiences a direct cyberattack.                    

扩展基本信息

名称 Uniqkey 2.0 Uniqkey 2.0
ID pfblclopmfndegcljgcjbhkpclhepeod
官方URL https://chromewebstore.google.com/detail/uniqkey-20/pfblclopmfndegcljgcjbhkpclhepeod
简介 Uniqkey is a user-friendly password manager for businesses.
文件大小 2.75 MB
安装次数 3,000
当前版本 2.8.1
更新时间 2024-02-28
上架时间 2023-12-13
评分 5.00/5 共3次评分
开发者 Uniqkey A/S
电子邮箱 [email protected]
付费类型 free
扩展官网 https://uniqkey.eu
帮助页面URL https://uniqkey.zendesk.com/
隐私政策页面URL https://uniqkey.eu/en_US/privatlivspolitik
支持的语言 en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.8.1",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortExtName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Uniqkey LLC",
    "homepage_url": "https:\/\/uniqkey.eu",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/autofill.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/secure.e-conomic.com\/*",
                "http:\/\/iris\/*",
                "https:\/\/supreme-test.vejlebrand.dk\/*",
                "https:\/\/supreme.vejlebrand.dk\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "autofill.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "uniqkey",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "browsingData",
        "privacy",
        "nativeMessaging",
        "downloads",
        "webRequest",
        "webRequestAuthProvider",
        "unlimitedStorage"
    ]
}