ALM Follower

Follow your projects on VSTS with SonarQube

ALM Followerคืออะไร?

ALM Follower เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benoit FONTAINE และคุณลักษณะหลักของมันคือ "Follow your projects on VSTS with SonarQube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ALM Follower

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}