EuX CI
This extension enable CloudPortal developers get updated information on the CI status
EuX CI là gì?
EuX CI là một tiện ích mở rộng Chrome được phát triển bởi eux.devops, và tính năng chính của nó là "This extension enable CloudPortal developers get updated information on the CI status".
Ả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 EuX CI
Tải xuống các tệp mở rộng EuX CI 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
A new version of the DevOps chrome extension Whats New: 3.5.0: update the new Jenkins server URL What's on it? • Notification for every new message • Get live status from Jenkins (not from messages) • Who is on duty – dynamic mechanism make this info more reliable • Fresh and modern UI • Easier message mechanism • presenting unit test code coverage • presenting all new components • New Carousel view for presenting jenkins job • Preferences stored in local storage - Filter components - switch views (Carousel/list) • Link List at the navigation bar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EuX CI |
ID | fcjifamephgkiabeihmlgopcjkocdgig |
URL Chính Thức | https://chromewebstore.google.com/detail/eux-ci/fcjifamephgkiabeihmlgopcjkocdgig |
Mô tả | This extension enable CloudPortal developers get updated information on the CI status |
Kích Thước Tệp | 554 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 3.5.0 |
Cập Nhật Lần Cuối | 2020-12-21 |
Ngày Phát Hành | 2018-12-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | eux.devops |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EuX CI", "description": "This extension enable CloudPortal developers get updated information on the CI status", "version": "3.5.0", "browser_action": { "default_icon": "img\/logo_devops48.png", "default_popup": "index.html" }, "icons": { "16": "img\/logo_devops16.png", "48": "img\/logo_devops48.png", "128": "img\/logo_devops128.png" }, "permissions": [ "notifications", "identity", "storage", "alarms", "https:\/\/*.hana.ondemand.com\/portal\/systemInfo\/xml", "http:\/\/*.tlv.sap.corp\/*", "http:\/\/*.mo.sap.corp\/*", "https:\/\/*.mo.sap.corp\/*", "http:\/\/*.cpsp.c.eu-de-2.cloud.sap\/*", "https:\/\/*.cpsp.c.eu-de-2.cloud.sap\/*", "http:\/\/euxdashboard:8080\/*", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/jenkinsStatus.js", "js\/properties.js", "js\/messages.js" ] } } |