WebExtension.net
WebExtension.net

Dteckt Vault - Password Manager

View on Chrome Web Store
View Dteckt Vault - Password Manager Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Dteckt Vault allows users to easily & securely store, and use their passwords in their web browsers.
Type
Extension
Users
10 users
2
Website dteckt.com
Dteckt
View author page of Dteckt
Published
Published on December 7, 2023
Version 1.0.2.1
Manifest version
3
Updated
Updated on August 7, 2024
View on Chrome Web Store
View Dteckt Vault - Password Manager Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dteckt Vault - Password Manager",
    "short_name": "Dteckt Vault",
    "version": "1.0.2.1",
    "description": "Dteckt Vault allows users to easily & securely store, and use their passwords in their web browsers.",
    "action": {
        "default_title": "Dteckt Vault",
        "default_popup": "popup.html"
    },
    "author": "Dteckt Inc.",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/googletagmanager.com\/*",
                "https:\/\/www.google.com\/recaptcha\/*"
            ],
            "js": [
                "autofill.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "alarms",
        "idle",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "assets\/*",
                "style\/extension.css",
                "script\/extension.js",
                "autofill.css",
                "*.woff2"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "icons": {
        "16": "assets\/dteckt-vault-icon-blue.png",
        "48": "assets\/dteckt-vault-icon-blue.png"
    },
    "externally_connectable": {
        "ids": [
            "eclmfaenpmdddccpianlfpmmhadmfpdi"
        ],
        "matches": [
            "https:\/\/cp-api.dteckt.com\/*",
            "https:\/\/cp-api.dev.dteckt.com\/*",
            "https:\/\/o950766.ingest.sentry.io\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Auto-fill the last used login for the current website"
        },
        "lock_vault": {
            "description": "Lock the vault",
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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