Buildkite Triggered Build Inspector

Buildkite Triggered Build Inspector

Check the statuses of the triggered builds in a Buildkite pipeline, for both async and sync trigger steps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Buildkite Triggered Build Inspector",
  "version": "1.3",
  "description": "Check the statuses of the triggered builds in a Buildkite pipeline, for both async and sync trigger steps.",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}