JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
Apa itu JIRA - Boards Extensions?
JIRA - Boards Extensions adalah ekstensi Chrome yang dikembangkan oleh meeticdev, dan fitur utamanya adalah "Improve JIRA boards by adding sum of stories points inside the header of each column.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JIRA - Boards Extensions
Unduh file ekstensi JIRA - Boards Extensions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
URL Resmi | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
Deskripsi | Improve JIRA boards by adding sum of stories points inside the header of each column. |
Ukuran File | 8.25 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2016-08-30 |
Tanggal Publikasi | 2016-08-30 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | meeticdev |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |