JIRA Helper
There is a JIRA helper to view charts.
Apa itu JIRA Helper?
JIRA Helper adalah ekstensi Chrome yang dikembangkan oleh protonss, dan fitur utamanya adalah "There is a JIRA helper to view charts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JIRA Helper
Unduh file ekstensi JIRA Helper 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
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
Informasi Dasar Ekstensi
Nama | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
URL Resmi | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
Deskripsi | There is a JIRA helper to view charts. |
Ukuran File | 247 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2018-03-22 |
Tanggal Publikasi | 2018-03-22 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | protonss |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |