Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Vad är Jira Timesheet for Google Chrome?
Jira Timesheet for Google Chrome är en Chrome-tillägg utvecklad av Dyeison Carraro, och dess huvudfunktion är "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
Tilläggsskärmbilder
Ladda ner Jira Timesheet for Google Chrome-förlängningens CRX-fil
Ladda ner Jira Timesheet for Google Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
Officiell webbadress | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Beskrivning | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Filstorlek | 213 KB |
Antal Installationer | 378 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2015-11-04 |
Publiceringsdatum | 2015-11-04 |
Betyg | 4.00/5 Totalt 5 Betyg |
Utvecklare | Dyeison Carraro |
Betalningssätt | free |
Stödda Språk | 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'" } |