CircleCI Monitor
Monitor your branches' build status on CircleCI
什麼是CircleCI Monitor?
CircleCI Monitor是由Alex Aitken開發的Chrome擴展程式,該擴展的主要功能是“Monitor your branches' build status on CircleCI”。
擴展截圖
下載CircleCI Monitor擴展crx文件
下載CircleCI Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily monitor the status of just your builds on circleci.com without having to continuously switching to or opening the webpage. If you use CircleCI for continuous integration and don't want to keep a tab open to track the status of your builds. This extension will provide that information in a small icon next to the address bar. You can quickly see the status of the latest build all your branches in a popup and open full details on CircleCI from there. You must already have an account on CircleCI.com for this extension to work.
擴展基本資訊
名稱 | CircleCI Monitor |
ID | pkdkfaokllclembpkggkndfejdhcpmpk |
官方網址 | https://chromewebstore.google.com/detail/circleci-monitor/pkdkfaokllclembpkggkndfejdhcpmpk |
簡介 | Monitor your branches' build status on CircleCI |
檔案大小 | 110 KB |
安裝次數 | 140 |
目前版本 | 1.3.7 |
更新時間 | 2021-04-26 |
上架時間 | 2017-02-25 |
評分 | 5.00/5 共 6 次評分 |
開發者 | Alex Aitken |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/alexaitken/circleci-monitor |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CircleCI Monitor", "description": "Monitor your branches' build status on CircleCI", "version": "1.3.7", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/starting-19.png", "38": "images\/starting-38.png" }, "default_popup": "popup.html", "default_title": "CircleCI Monitor" }, "background": { "scripts": [ "vendor\/zepto.js", "vendor\/underscore.js", "vendor\/backbone.js", "vendor\/backbone.select.js", "vendor\/backbone.marionette.js", "app.js", "models.js", "views.js", "bootstrap.js" ] }, "permissions": [ "https:\/\/circleci.com\/api\/v1\/me", "https:\/\/circleci.com\/api\/v1\/projects" ] } |