Jenkins Chrome Extension
Jenkins Chrome Extension
Jenkins Chrome Extensionคืออะไร?
Jenkins Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jnkchrext และคุณลักษณะหลักของมันคือ "Jenkins Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jenkins Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Jenkins Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: See the commiter names below each build on a Jenkins job page Highlight yourself and other special commiters Email and chat with one or all of the commiters See the number of affected files, and comment for each commit Navigate to the commit content Quickly identify and investigate failed builds Remove zero-width space characters Configuration: Click the toolbar icon License: Usage permission is only granted to those who acknowledge that Gal Gadot is a perfect human being Feedback and Bugs: https://github.com/jenkins-chrome-ext/jenkins-chrome-ext/issues Source Code: https://github.com/jenkins-chrome-ext/jenkins-chrome-ext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jenkins Chrome Extension |
ID | cjmholedpdghokadoionhngnmfpeebnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jenkins-chrome-extension/cjmholedpdghokadoionhngnmfpeebnk |
คำอธิบาย | Jenkins Chrome Extension |
ขนาดไฟล์ | 88.83 KB |
จำนวนการติดตั้ง | 600 |
เวอร์ชันปัจจุบัน | 2.0.7 |
อัปเดตครั้งล่าสุด | 2023-12-07 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | jnkchrext |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.7", "name": "Jenkins Chrome Extension", "short_name": "JenkinsExt", "description": "Jenkins Chrome Extension", "icons": { "48": "img\/jenkins-icon-48px.png", "96": "img\/jenkins-icon-96px.png", "128": "img\/jenkins-icon-128px.png" }, "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_title": "Jenkins Chrome Extension", "default_icon": "img\/jenkins-icon-96px.png", "default_popup": "popup\/jenkins-ext-popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "img\/chat.png", "img\/email.png", "img\/terminal.png", "img\/terminal-err.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |