WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Uniqkey - Password Manager

Uniqkey - Password Manager

View on Chrome Web Store
View Uniqkey - Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (11 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Uniqkey is a secure password manager for all of your devices.
Type
Extension
Users
2,000 users
500
Uniqkey A/S
View author page of Uniqkey A/S
Published
Published on May 23, 2018
Version 2.7.2
Manifest version
3
Updated
Updated on November 19, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Uniqkey - Password Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "version": "2.7.2",
    "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"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "browserAPI.js",
                "content\/notificationBar.js",
                "content\/utils.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/secure.e-conomic.com\/*",
                "http:\/\/iris\/*",
                "https:\/\/supreme-test.vejlebrand.dk\/*",
                "https:\/\/supreme.vejlebrand.dk\/*",
                "https:\/\/rpas.domea.dk\/*",
                "https:\/\/*.cm.majinvest.com\/*",
                "https:\/\/*.secure.login.crasman.fi\/gui\/*",
                "https:\/\/*.secure.login.crasman.qa\/gui\/*",
                "https:\/\/*.secure.login.crasman.dev\/gui\/*",
                "https:\/\/*.secure.login.crasman.cloud\/gui\/*",
                "https:\/\/*.bc.beof.dk\/*",
                "https:\/\/*.intra.halberg-as.dk\/*",
                "https:\/\/*\/adfs.eucnord.dk\/*",
                "https:\/\/*\/eucnord.imscase.dk\/*",
                "https:\/\/192.168.50.209\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/autofiller.js"
            ],
            "css": [
                "content\/autofill.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/secure.e-conomic.com\/*",
                "http:\/\/iris\/*",
                "https:\/\/supreme-test.vejlebrand.dk\/*",
                "https:\/\/supreme.vejlebrand.dk\/*",
                "https:\/\/rpas.domea.dk\/*",
                "https:\/\/*.cm.majinvest.com\/*",
                "https:\/\/*.secure.login.crasman.fi\/gui\/*",
                "https:\/\/*.secure.login.crasman.qa\/gui\/*",
                "https:\/\/*.secure.login.crasman.dev\/gui\/*",
                "https:\/\/*.secure.login.crasman.cloud\/gui\/*",
                "https:\/\/*.bc.beof.dk\/*",
                "https:\/\/*.intra.halberg-as.dk\/*",
                "https:\/\/*\/adfs.eucnord.dk\/*",
                "https:\/\/*\/eucnord.imscase.dk\/*",
                "https:\/\/192.168.50.209\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/uniqkeyApiHelper.js"
            ],
            "matches": [
                "https:\/\/api-staging.uniqkey.eu\/*",
                "https:\/\/api.uniqkey.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "uniqkey",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "offscreen",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "cookies",
        "privacy",
        "browsingData",
        "identity",
        "identity.email",
        "nativeMessaging",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_commandAutofillDesc__"
        },
        "generate_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_commandGeneratePasswordDesc__"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            }
        },
        "toggle_developer_mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "windows": "Ctrl+Shift+8",
                "mac": "Ctrl+Shift+8",
                "linux": "Ctrl+Shift+8"
            },
            "description": "Enable\/Disable developer mode"
        }
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "password-popup\/popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "account-select\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "open-app-banner\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "credit-card-select\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "popup\/fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "_locales\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content\/autofill.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top