VSTS Build and Release
Allow to trigger VSTS Build and Release
VSTS Build and Releaseคืออะไร?
VSTS Build and Release เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jto และคุณลักษณะหลักของมันคือ "Allow to trigger VSTS Build and Release"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VSTS Build and Release
ดาวน์โหลดไฟล์ส่วนขยาย VSTS Build and Release ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cjkahjfijmjodmggfchienpphaabdbmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh |
คำอธิบาย | Allow to trigger VSTS Build and Release |
ขนาดไฟล์ | 29.73 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-04-02 |
วันที่เผยแพร่ | 2018-04-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jto |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jtourvieille/VstsBuildAndRelease |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VSTS Build and Release", "manifest_version": 2, "version": "1.2", "icons": { "16": "img\/icon\/vsts_16px.png", "32": "img\/icon\/vsts_32px.png", "48": "img\/icon\/vsts_48px.png", "128": "img\/icon\/vsts_128px.png" }, "description": "Allow to trigger VSTS Build and Release", "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ] } |