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ファイルをダウンロード

ALM Follower拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}