EuX CI

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

Cos'è EuX CI?

EuX CI è un'estensione di Chrome sviluppata da eux.devops, e la sua funzione principale è "This extension enable CloudPortal developers get updated information on the CI status".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EuX CI

Scarica i file di estensione EuX CI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome EuX CI EuX CI
ID fcjifamephgkiabeihmlgopcjkocdgig
URL Ufficiale https://chromewebstore.google.com/detail/eux-ci/fcjifamephgkiabeihmlgopcjkocdgig
Descrizione This extension enable CloudPortal developers get updated information on the CI status
Dimensione del File 554 KB
Conteggio Installazioni 52
Versione Corrente 3.5.0
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2018-12-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore eux.devops
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}