ALM Follower

Follow your projects on VSTS with SonarQube

What is ALM Follower?

ALM Follower is a Chrome extension developed by Benoit FONTAINE, and its main feature is "Follow your projects on VSTS with SonarQube".

Extension Screenshots

screenshot

Download ALM Follower Extension CRX File

Download ALM Follower extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ALM Follower ALM Follower
ID onclflpcmjmnfbefnenpakeakhneliof
Official URL https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof
Description Follow your projects on VSTS with SonarQube
File Size 1.64 MB
Installation Count 47
Current Version 1.1.5
Last Updated 2017-09-01
Publish Date 2017-09-01
Rating 5.00/5 Total 1 Ratings
Developer Benoit FONTAINE
Payment Type free
Extension Website https://alm-chrome-tools.github.io/vsts-follower/
Supported Languages 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"
    ]
}