ALM Follower

Follow your projects on VSTS with SonarQube

Was ist ALM Follower?

ALM Follower ist eine Chrome-Erweiterung, die von Benoit FONTAINE entwickelt wurde, und ihr Hauptmerkmal ist "Follow your projects on VSTS with SonarQube".

Erweiterungsscreenshots

screenshot

ALM Follower-Erweiterungs-CRX-Datei herunterladen

Laden Sie ALM Follower-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With ALM Follower, you can follow your VSTS projects indicators : build result, unit tests and SonarQube indicators.                    

Grundlegende Informationen zur Erweiterung

Name ALM Follower ALM Follower
ID onclflpcmjmnfbefnenpakeakhneliof
Offizielle URL https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof
Beschreibung Follow your projects on VSTS with SonarQube
Dateigröße 1.64 MB
Installationsanzahl 47
Aktuelle Version 1.1.5
Letztes Update 2017-09-01
Veröffentlichungsdatum 2017-09-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Benoit FONTAINE
Zahlungsart free
Erweiterungswebsite https://alm-chrome-tools.github.io/vsts-follower/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "ALM Follower",
    "description": "Follow your projects on VSTS with SonarQube",
    "version": "1.1.5",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "notifications",
        "webRequest",
        "alarms"
    ]
}