JIRA Worklog Tracker

This extension summarize total JIRA worklog for each person

Cos'è JIRA Worklog Tracker?

JIRA Worklog Tracker è un'estensione di Chrome sviluppata da tankungs, e la sua funzione principale è "This extension summarize total JIRA worklog for each person".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JIRA Worklog Tracker

Scarica i file di estensione JIRA Worklog Tracker 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

                        This extension automatically summarize all JIRA worklog for each person that currently working on selected issue. User can specify the custom time interval for the worklog report and export into excel spreadsheet format

*1.0.4 Update 
- Now support minute level worklog
- Increase width and fix the table wrap for long user's name                    

Informazioni di Base sull'Estensione

Nome JIRA Worklog Tracker JIRA Worklog Tracker
ID fgmapjkdfhgnpknlbidhdhffckknpeml
URL Ufficiale https://chromewebstore.google.com/detail/jira-worklog-tracker/fgmapjkdfhgnpknlbidhdhffckknpeml
Descrizione This extension summarize total JIRA worklog for each person
Dimensione del File 152 KB
Conteggio Installazioni 248
Versione Corrente 1.0.4
Ultimo Aggiornamento 2018-02-07
Data di Pubblicazione 2018-02-06
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore tankungs
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Worklog Tracker",
    "description": "This extension summarize total JIRA worklog for each person",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}