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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |