JIRA Helper
There is a JIRA helper to view charts.
Co to jest JIRA Helper?
JIRA Helper to rozszerzenie Chrome opracowane przez protonss, a jego główną funkcją jest „There is a JIRA helper to view charts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JIRA Helper
Pobierz pliki rozszerzeń JIRA Helper 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
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
Podstawowe informacje o rozszerzeniu
Nazwa | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
Oficjalny URL | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
Opis | There is a JIRA helper to view charts. |
Rozmiar pliku | 247 KB |
Liczba instalacji | 110 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2018-03-22 |
Data Publikacji | 2018-03-22 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | protonss |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |