GitHub Time Tracking

Add time tracking to the GitHub Issue Tracker with Harvest.

GitHub Time Tracking क्या है?

GitHub Time Tracking Klokan Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add time tracking to the GitHub Issue Tracker with Harvest."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitHub Time Tracking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GitHub Time Tracking GitHub Time Tracking
ID fgkmkpoadhhloghmnnbodkoikmffafoe
आधिकारिक URL https://chrome.google.com/webstore/detail/github-time-tracking/fgkmkpoadhhloghmnnbodkoikmffafoe
विवरण Add time tracking to the GitHub Issue Tracker with Harvest.
फ़ाइल का आकार 167 KB
स्थापना संख्या 216
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2014-06-17
प्रकाशन तिथि 2014-06-17
रेटिंग 3.60/5 कुल 10 रेटिंग्स
डेवलपर Klokan Technologies
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://try.hrv.st/66lx
सहायता पृष्ठ URL http://try.hrv.st/66lx
गोपनीयता नीति पृष्ठ URL https://www.oldmapsonline.org/privacy
समर्थित भाषाएँ 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"
    ]
}