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.
扩展基本信息
名称 | 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" ] } |