Git Helpers for Jira

Automatically generate a suggested branch name and a suggested commit message for Jira issues.

What is Git Helpers for Jira?

Git Helpers for Jira is a Chrome extension developed by https://thomaskim.dev, and its main feature is "Automatically generate a suggested branch name and a suggested commit message for Jira issues.".

Extension Screenshots

screenshot

Download Git Helpers for Jira Extension CRX File

Download Git Helpers for Jira 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

                        Based on the currently logged-in user and the currently displayed issue in Jira, this extension will generate some suggested branch name and commit message.                    

Extension Basic Information

Name Git Helpers for Jira Git Helpers for Jira
ID hnmcgdfgngenmibkbbddgankhmdbgeee
Official URL https://chromewebstore.google.com/detail/git-helpers-for-jira/hnmcgdfgngenmibkbbddgankhmdbgeee
Description Automatically generate a suggested branch name and a suggested commit message for Jira issues.
File Size 5.15 KB
Installation Count 38
Current Version 1.0.2
Last Updated 2022-01-18
Publish Date 2021-07-29
Developer https://thomaskim.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Helpers for Jira",
    "description": "Automatically generate a suggested branch name and a suggested commit message for Jira issues.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ]
        }
    ]
}