Jenkins Job Parameter Summary

Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste

What is Jenkins Job Parameter Summary?

Jenkins Job Parameter Summary is a Chrome extension developed by Blackwych, and its main feature is "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste".

Extension Screenshots

screenshot

Download Jenkins Job Parameter Summary Extension CRX File

Download Jenkins Job Parameter Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jenkins Job Parameter Summary Jenkins Job Parameter Summary
ID haokkgfijoamfnbobefoidfljjhihckf
Official URL https://chromewebstore.google.com/detail/jenkins-job-parameter-sum/haokkgfijoamfnbobefoidfljjhihckf
Description Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste
File Size 14.28 KB
Installation Count 37
Current Version 1.3.0
Last Updated 2022-12-06
Publish Date 2019-07-11
Developer Blackwych
Email [email protected]
Payment Type free
Extension Website https://github.com/blackwych/jenkins-params
Supported Languages 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"
    }
}