Enreach SP GitLab Enhancer Firefox

Examine source code of Enreach SP GitLab Enhancer

Inspect and view changes in Enreach SP GitLab Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Enreach SP GitLab Enhancer",
  "version": "2.34",
  "description": "Internal Enreach SP extension. Enhances GitLab with Approve/Rebase buttons, Jenkins build status, MR filters, and UI improvements",
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-enhancer@eric.blanquer.enreach.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-96.png"
    },
    "default_title": "GitLab Enhancer"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "host_permissions": [
    "https://gitlab.com/*",
    "https://*.gitlab.com/*",
    "https://ci.centile.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*",
        "https://*.gitlab.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://gitlab.com/*",
        "https://*.gitlab.com/*"
      ],
      "js": [
        "defaults.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon.png"
  }
}

Meilleures alternatives Enreach SP GitLab Enhancer

Voici quelques Firefox add-ons qui sont similaires à Enreach SP GitLab Enhancer :