ALM Follower

Follow your projects on VSTS with SonarQube

ALM Follower란 무엇입니까?

ALM Follower은(는) Benoit FONTAINE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Follow your projects on VSTS with SonarQube"입니다.

확장 프로그램 스크린샷

screenshot

ALM Follower 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 ALM Follower ALM Follower
ID onclflpcmjmnfbefnenpakeakhneliof
공식 URL https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof
설명 Follow your projects on VSTS with SonarQube
파일 크기 1.64 MB
설치 횟수 47
현재 버전 1.1.5
최근 업데이트 2017-09-01
출시 날짜 2017-09-01
평점 5.00/5 총 1 개의 평점
개발자 Benoit FONTAINE
결제 유형 free
확장 프로그램 웹 사이트 https://alm-chrome-tools.github.io/vsts-follower/
지원되는 언어 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"
    ]
}