JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
Vad är JIRA - Boards Extensions?
JIRA - Boards Extensions är en Chrome-tillägg utvecklad av meeticdev, och dess huvudfunktion är "Improve JIRA boards by adding sum of stories points inside the header of each column.".
Tilläggsskärmbilder
Ladda ner JIRA - Boards Extensions-förlängningens CRX-fil
Ladda ner JIRA - Boards Extensions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension keeps a live counter that sums all the story points in each JIRA boards columns.
You can now tell how many points you achieved very quickly. Grundläggande Information om Tillägg
| Namn | |
| ID | phkfdhidmgfikplhghpcififneeiefgi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
| Beskrivning | Improve JIRA boards by adding sum of stories points inside the header of each column. |
| Filstorlek | 8.25 KB |
| Antal Installationer | 54 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2016-08-30 |
| Publiceringsdatum | 2016-08-30 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | meeticdev |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JIRA - Boards Extensions",
"description": "Improve JIRA boards by adding sum of stories points inside the header of each column.",
"version": "0.1.2",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/*\/secure\/RapidBoard.jspa*"
],
"js": [
"injected_script.js"
]
}
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |