JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
Co to jest JIRA Worklog Helper?
JIRA Worklog Helper to rozszerzenie Chrome opracowane przez Robert Pate, a jego główną funkcją jest „Makes tracking and logging time easy for JIRA users.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JIRA Worklog Helper
Pobierz pliki rozszerzeń JIRA Worklog 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
Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again. It fills out the time for you! It can even log work against tickets selected in your agile/greenhopper boards. No authentication necessary and no special permissions needed. Source code at https://github.com/robertpateii/jira-worklog-helper
Podstawowe informacje o rozszerzeniu
Nazwa | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
Oficjalny URL | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
Opis | Makes tracking and logging time easy for JIRA users. |
Rozmiar pliku | 56.19 KB |
Liczba instalacji | 394 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-02 |
Data Publikacji | 2015-11-02 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | Robert Pate |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Worklog Helper", "version": "1.0", "description": "Makes tracking and logging time easy for JIRA users.", "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "off-19.png", "default_title": "Click to toggle the timer." }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "off-48.png", "128": "off-128.png" }, "manifest_version": 2 } |