Inspect and view changes in Buildkite Triggered Build Inspector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}
}