Deployment Environments for GitLab Firefox

Examine source code of Deployment Environments for GitLab

Inspect and view changes in Deployment Environments for GitLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Show GitLab deployment environments in the Commits view",
  "manifest_version": 3,
  "name": "Deployment Environments for GitLab",
  "version": "1.3",
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*/-/commits/*"
      ],
      "js": [
        "showDeployments.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-deployment-environments@jmoore34.github.io",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  }
}

Mejores alternativas Deployment Environments for GitLab

Aquí hay algunas Firefox add-ons que son similares a Deployment Environments for GitLab: