WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Uniqkey 2.0

Uniqkey 2.0

View on Chrome Web Store
View Uniqkey 2.0 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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 user-friendly password manager for businesses.
Type
Extension
Users
10,000 users
1K
Uniqkey A/S
View author page of Uniqkey A/S
Published
Published on January 11, 2023
Version 2.22.0
Manifest version
3
Updated
Updated on May 15, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Uniqkey 2.0 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",
    "version": "2.22.0",
    "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": [
                "<all_urls>"
            ],
            "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": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "autofill.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.next.uniqkey.eu\/*"
        ]
    }
}
© 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