ALM Follower
Follow your projects on VSTS with SonarQube
Cos'è ALM Follower?
ALM Follower è un'estensione di Chrome sviluppata da Benoit FONTAINE, e la sua funzione principale è "Follow your projects on VSTS with SonarQube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ALM Follower
Scarica i file di estensione ALM Follower 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
With ALM Follower, you can follow your VSTS projects indicators : build result, unit tests and SonarQube indicators. Informazioni di Base sull'Estensione
| Nome | |
| ID | onclflpcmjmnfbefnenpakeakhneliof |
| URL Ufficiale | https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof |
| Descrizione | Follow your projects on VSTS with SonarQube |
| Dimensione del File | 1.64 MB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 1.1.5 |
| Ultimo Aggiornamento | 2017-09-01 |
| Data di Pubblicazione | 2017-09-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Benoit FONTAINE |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://alm-chrome-tools.github.io/vsts-follower/ |
| Lingue Supportate | 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"
]
} | |