RapidIdentity Password Vault Firefox

Examine source code of RapidIdentity Password Vault

Inspect and view changes in RapidIdentity Password Vault source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RapidIdentity Password Vault",
  "description": "Provides ability to capture and fill user credentials on applications launched from RapidIdentity tenants.",
  "version": "1.1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2bf4d922-6201-4791-a203-b4d33b3ecb4c}"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestAuthProvider"
  ]
}

Best RapidIdentity Password Vault Alternatives

Here are some Firefox add-ons that are similar to RapidIdentity Password Vault: