GitHub Time Tracking

Add time tracking to the GitHub Issue Tracker with Harvest.

Wat is GitHub Time Tracking?

GitHub Time Tracking is een Chrome-extensie ontwikkeld door Klokan Technologies, en de belangrijkste functie is "Add time tracking to the GitHub Issue Tracker with Harvest.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Time Tracking

Download GitHub Time Tracking-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

                        An one-click time tracking functionality integrated with all Issues or Pull requests in the GitHub system.

Usage:
- Register the free account at Harvest system: 

http://try.hrv.st/66lx

- Then install this plugin. A new button appears next to the #ticket number
- With one click you can start to track the time. The dialog also shows the sum of time already spent by you on this ticket.
- Harvest provides great project reports - with links back to the GitHub tickets.
- It is also possible to directly create nice looking invoices.                    

Basisinformatie over de Extensie

Naam GitHub Time Tracking GitHub Time Tracking
ID fgkmkpoadhhloghmnnbodkoikmffafoe
Officiële URL https://chrome.google.com/webstore/detail/github-time-tracking/fgkmkpoadhhloghmnnbodkoikmffafoe
Beschrijving Add time tracking to the GitHub Issue Tracker with Harvest.
Bestandsgrootte 167 KB
Aantal Installaties 216
Huidige Versie 0.7.1
Laatst Bijgewerkt 2014-06-17
Publicatiedatum 2014-06-17
Beoordeling 3.60/5 Totaal 10 Beoordelingen
Ontwikkelaar Klokan Technologies
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://try.hrv.st/66lx
Help Pagina-URL http://try.hrv.st/66lx
URL van de Privacybeleid Pagina https://www.oldmapsonline.org/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Time Tracking",
    "version": "0.7.1",
    "manifest_version": 2,
    "description": "Add time tracking to the GitHub Issue Tracker with Harvest.",
    "icons": {
        "128": "img\/github-time-tracking-128.png",
        "48": "img\/github-time-tracking-48.png",
        "16": "img\/github-time-tracker-16.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "data\/index.js"
            ],
            "matches": [
                "https:\/\/github.com\/*\/issues\/*",
                "https:\/\/github.com\/*\/pull\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*",
        "https:\/\/*.harvestapp.com\/*",
        "tabs"
    ]
}