WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WALLIX Vault Password Manager

WALLIX Vault Password Manager

View on Chrome Web Store
View WALLIX Vault Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 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.

At home, at work, or on the go, WALLIX Vault easily secures all your passwords, passkeys, and sensitive information
Type
Extension
Users
411 users
2
web-extension
View author page of web-extension
Published
Published on November 6, 2021
Version 2025.6.6
Manifest version
3
Updated
Updated on October 10, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View WALLIX Vault 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,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "short_name": "Wallix",
    "version": "2025.6.6",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "WALLIX",
    "homepage_url": "https:\/\/wallix.com",
    "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": false,
            "js": [
                "content\/content-message-handler.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml*",
                "file:\/\/\/*.xml*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/autofill.css"
            ],
            "js": [
                "content\/trigger-autofill-script-injection.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml*",
                "file:\/\/\/*.xml*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Wallix",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "idle",
        "offscreen",
        "scripting",
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "notifications"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "privacy"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "sandbox": {
        "pages": [
            "overlay\/menu-button.html",
            "overlay\/menu-list.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            },
            "description": "__MSG_commandOpenPopup__"
        },
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_commandAutofillLoginDesc__"
        },
        "autofill_card": {
            "description": "__MSG_commandAutofillCardDesc__"
        },
        "autofill_identity": {
            "description": "__MSG_commandAutofillIdentityDesc__"
        },
        "generate_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_commandGeneratePasswordDesc__"
        },
        "lock_vault": {
            "description": "__MSG_commandLockVaultDesc__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/fido2-page-script.js",
                "notification\/bar.html",
                "images\/icon38.png",
                "images\/icon38_locked.png",
                "overlay\/menu-button.html",
                "overlay\/menu-list.html",
                "overlay\/menu.html",
                "popup\/fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}
© 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