Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Wat is Jira Timesheet for Google Chrome?
Jira Timesheet for Google Chrome is een Chrome-extensie ontwikkeld door Dyeison Carraro, en de belangrijkste functie is "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira Timesheet for Google Chrome
Download Jira Timesheet for Google Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
Officiële URL | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Beschrijving | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Bestandsgrootte | 213 KB |
Aantal Installaties | 378 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-11-04 |
Publicatiedatum | 2015-11-04 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Dyeison Carraro |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |