ALM Follower

Follow your projects on VSTS with SonarQube

ALM Follower là gì?

ALM Follower là một tiện ích mở rộng Chrome được phát triển bởi Benoit FONTAINE, và tính năng chính của nó là "Follow your projects on VSTS with SonarQube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ALM Follower

Tải xuống các tệp mở rộng ALM Follower dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ALM Follower ALM Follower
ID onclflpcmjmnfbefnenpakeakhneliof
URL Chính Thức https://chromewebstore.google.com/detail/alm-follower/onclflpcmjmnfbefnenpakeakhneliof
Mô tả Follow your projects on VSTS with SonarQube
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2017-09-01
Ngày Phát Hành 2017-09-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Benoit FONTAINE
Loại Thanh Toán free
Trang Web Mở Rộng https://alm-chrome-tools.github.io/vsts-follower/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}