EuX CI

This extension enable CloudPortal developers get updated information on the CI status

Co to jest EuX CI?

EuX CI to rozszerzenie Chrome opracowane przez eux.devops, a jego główną funkcją jest „This extension enable CloudPortal developers get updated information on the CI status”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EuX CI

Pobierz pliki rozszerzeń EuX CI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa EuX CI EuX CI
ID fcjifamephgkiabeihmlgopcjkocdgig
Oficjalny URL https://chromewebstore.google.com/detail/eux-ci/fcjifamephgkiabeihmlgopcjkocdgig
Opis This extension enable CloudPortal developers get updated information on the CI status
Rozmiar pliku 554 KB
Liczba instalacji 52
Aktualna Wersja 3.5.0
Ostatnia Aktualizacja 2020-12-21
Data Publikacji 2018-12-04
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper eux.devops
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}