JIRA Worklog Helper

Makes tracking and logging time easy for JIRA users.

Cos'è JIRA Worklog Helper?

JIRA Worklog Helper è un'estensione di Chrome sviluppata da Robert Pate, e la sua funzione principale è "Makes tracking and logging time easy for JIRA users.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JIRA Worklog Helper

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

                        Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again.

It fills out the time for you!

It can even log work against tickets selected in your agile/greenhopper boards.

No authentication necessary and no special permissions needed.

Source code at https://github.com/robertpateii/jira-worklog-helper                    

Informazioni di Base sull'Estensione

Nome JIRA Worklog Helper JIRA Worklog Helper
ID nifjniggknfiammmgoiokjdkjiffadap
URL Ufficiale https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap
Descrizione Makes tracking and logging time easy for JIRA users.
Dimensione del File 56.19 KB
Conteggio Installazioni 394
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-02
Data di Pubblicazione 2015-11-02
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore Robert Pate
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Worklog Helper",
    "version": "1.0",
    "description": "Makes tracking and logging time easy for JIRA users.",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "off-19.png",
        "default_title": "Click to toggle the timer."
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "48": "off-48.png",
        "128": "off-128.png"
    },
    "manifest_version": 2
}