ALM Follower
Follow your projects on VSTS with SonarQube
什麼是ALM Follower?
ALM Follower是由Benoit FONTAINE開發的Chrome擴展程式,該擴展的主要功能是“Follow your projects on VSTS with SonarQube”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | onclflpcmjmnfbefnenpakeakhneliof | 
| 官方網址 | 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"
    ]
}  |  |