Jenkins Job Parameter Summary
Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste
Jenkins Job Parameter Summaryคืออะไร?
Jenkins Job Parameter Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blackwych และคุณลักษณะหลักของมันคือ "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jenkins Job Parameter Summary
ดาวน์โหลดไฟล์ส่วนขยาย Jenkins Job Parameter Summary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Usage * Open a Jenkins build page. (Build pages, parameter pages, and rebuild pages are supported.) * Click "Show Parameter Summary" button on the toolbar and a popup will be displayed. * If the current page is supported, parameter summary will be shown in the popup. Otherwise, it says '(failure)'. * You can select a preferable format by switching tabs. Currently the followings are supported: * Slack * BuildParam (build URL using Jenkins Build Param Plugin) * You can copy the displayed summary by clicking "Copy" button or by selecting it directly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jenkins Job Parameter Summary |
ID | haokkgfijoamfnbobefoidfljjhihckf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jenkins-job-parameter-sum/haokkgfijoamfnbobefoidfljjhihckf |
คำอธิบาย | Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste |
ขนาดไฟล์ | 14.28 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2022-12-06 |
วันที่เผยแพร่ | 2019-07-11 |
ผู้พัฒนา | Blackwych |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/blackwych/jenkins-params |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jenkins Job Parameter Summary", "version": "1.3.0", "description": "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste", "icons": { "48": "icons\/jenkins-48.png" }, "permissions": [ "activeTab", "clipboardWrite" ], "browser_action": { "browser_style": true, "default_icon": "icons\/jenkins-48.png", "default_title": "Jenkins Job Parameter Summary", "default_popup": "popup.html" } } |