Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Co to jest Jira Timesheet for Google Chrome?
Jira Timesheet for Google Chrome to rozszerzenie Chrome opracowane przez Dyeison Carraro, a jego główną funkcją jest „Gets the worklogs from the project, filter and group them by user and generate a weekly report.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jira Timesheet for Google Chrome
Pobierz pliki rozszerzeń Jira Timesheet for Google Chrome 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
Podstawowe informacje o rozszerzeniu
Nazwa | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
Oficjalny URL | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Opis | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Rozmiar pliku | 213 KB |
Liczba instalacji | 378 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2015-11-04 |
Data Publikacji | 2015-11-04 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | Dyeison Carraro |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Timesheet for Google Chrome", "short_name": "Jira-TimeSheet", "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.", "version": "0.4", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Jira Timesheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |