Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Cos'è Jira Timesheet for Google Chrome?
Jira Timesheet for Google Chrome è un'estensione di Chrome sviluppata da Dyeison Carraro, e la sua funzione principale è "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira Timesheet for Google Chrome
Scarica i file di estensione Jira Timesheet for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Descrizione | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Dimensione del File | 213 KB |
Conteggio Installazioni | 378 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2015-11-04 |
Data di Pubblicazione | 2015-11-04 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | Dyeison Carraro |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |