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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EuX CI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        ]
    }
}