CircleCI Monitor
Monitor your branches' build status on CircleCI
CircleCI Monitor là gì?
CircleCI Monitor là một tiện ích mở rộng Chrome được phát triển bởi Alex Aitken, và tính năng chính của nó là "Monitor your branches' build status on CircleCI".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CircleCI Monitor
Tải xuống các tệp mở rộng CircleCI Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CircleCI Monitor |
ID | pkdkfaokllclembpkggkndfejdhcpmpk |
URL Chính Thức | https://chromewebstore.google.com/detail/circleci-monitor/pkdkfaokllclembpkggkndfejdhcpmpk |
Mô tả | Monitor your branches' build status on CircleCI |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 1.3.7 |
Cập Nhật Lần Cuối | 2021-04-26 |
Ngày Phát Hành | 2017-02-25 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Alex Aitken |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alexaitken/circleci-monitor |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |