JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
Wat is JIRA - Boards Extensions?
JIRA - Boards Extensions is een Chrome-extensie ontwikkeld door meeticdev, en de belangrijkste functie is "Improve JIRA boards by adding sum of stories points inside the header of each column.".
Extensie Screenshots
Download het CRX-bestand van de extensie JIRA - Boards Extensions
Download JIRA - Boards Extensions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | phkfdhidmgfikplhghpcififneeiefgi |
| Officiële URL | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
| Beschrijving | Improve JIRA boards by adding sum of stories points inside the header of each column. |
| Bestandsgrootte | 8.25 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2016-08-30 |
| Publicatiedatum | 2016-08-30 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | meeticdev |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |