Git Helpers for Jira
Automatically generate a suggested branch name and a suggested commit message for Jira issues.
Co to jest Git Helpers for Jira?
Git Helpers for Jira to rozszerzenie Chrome opracowane przez https://thomaskim.dev, a jego główną funkcją jest „Automatically generate a suggested branch name and a suggested commit message for Jira issues.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Git Helpers for Jira
Pobierz pliki rozszerzeń Git Helpers for Jira w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hnmcgdfgngenmibkbbddgankhmdbgeee |
| Oficjalny URL | https://chromewebstore.google.com/detail/git-helpers-for-jira/hnmcgdfgngenmibkbbddgankhmdbgeee |
| Opis | Automatically generate a suggested branch name and a suggested commit message for Jira issues. |
| Rozmiar pliku | 5.15 KB |
| Liczba instalacji | 38 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2022-01-18 |
| Data Publikacji | 2021-07-29 |
| Deweloper | https://thomaskim.dev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |