ALM Follower
Follow your projects on VSTS with SonarQube
Wat is ALM Follower?
ALM Follower is een Chrome-extensie ontwikkeld door Benoit FONTAINE, en de belangrijkste functie is "Follow your projects on VSTS with SonarQube".
Extensie Screenshots
Download het CRX-bestand van de extensie ALM Follower
Download ALM Follower-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With ALM Follower, you can follow your VSTS projects indicators : build result, unit tests and SonarQube indicators.
Basisinformatie over de Extensie
Naam | ALM Follower |
ID | onclflpcmjmnfbefnenpakeakhneliof |
Officiële URL | https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof |
Beschrijving | Follow your projects on VSTS with SonarQube |
Bestandsgrootte | 1.64 MB |
Aantal Installaties | 47 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2017-09-01 |
Publicatiedatum | 2017-09-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Benoit FONTAINE |
Betalingswijze | free |
Extensiewebsite | https://alm-chrome-tools.github.io/vsts-follower/ |
Ondersteunde Talen | 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" ] } |