EuX CI
This extension enable CloudPortal developers get updated information on the CI status
什么是EuX CI?
EuX CI是由eux.devops开发的Chrome扩展程序,该扩展的主要功能是“This extension enable CloudPortal developers get updated information on the CI status”。
扩展截图
下载EuX CI扩展crx文件
下载EuX CI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | EuX CI |
ID | fcjifamephgkiabeihmlgopcjkocdgig |
官方URL | https://chromewebstore.google.com/detail/eux-ci/fcjifamephgkiabeihmlgopcjkocdgig |
简介 | This extension enable CloudPortal developers get updated information on the CI status |
文件大小 | 554 KB |
安装次数 | 52 |
当前版本 | 3.5.0 |
更新时间 | 2020-12-21 |
上架时间 | 2018-12-04 |
评分 | 5.00/5 共4次评分 |
开发者 | eux.devops |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } } |