Harvest/Jira worklog integration

Puts a button in Harvest that let's you log your harvest time directly into JIRA

Harvest/Jira worklog integration क्या है?

Harvest/Jira worklog integration eatskolnikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Puts a button in Harvest that let's you log your harvest time directly into JIRA"।

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

screenshot

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

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

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

                        Puts a button in Harvest that let's you log your harvest time directly into JIRA

This idea came up after wasting a lot of time moving the tracked time from harvest to JIRA tasks. You see, JIRA and Harvest measure time differently. 

Here is an example:

Let's say you worked on a task for one hour and 6 minutes
- In harvest you would get something like: 1.10
- In JIRA you would have to calculate the equivalent of that number to the exact time, to get something like: 1h 6m

It get's pretty annoying, wasting time to calculate mere minutes, with this tool all you have to do is click two buttons and you're set. No more wasting time writing the time down.                    

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

नाम Harvest/Jira worklog integration Harvest/Jira worklog integration
ID jnljfejacjncgpphbcpenmfjgdpeaapd
आधिकारिक URL https://chromewebstore.google.com/detail/harvestjira-worklog-integ/jnljfejacjncgpphbcpenmfjgdpeaapd
विवरण Puts a button in Harvest that let's you log your harvest time directly into JIRA
फ़ाइल का आकार 129 KB
स्थापना संख्या 55
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2016-11-20
प्रकाशन तिथि 2016-11-20
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर eatskolnikov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/eatskolnikov/harvest-jira-worklog-integration
सहायता पृष्ठ URL https://github.com/eatskolnikov/harvest-jira-worklog-integration
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harvest\/Jira worklog integration",
    "short_name": "Harvest\/JIRA worklog",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Puts a button in Harvest that let's you log your harvest time directly into JIRA",
    "background": {
        "scripts": [
            "scripts\/db.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "html\/modal.html"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Harvest\/Jira worklog integration"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "html\/settings.html",
    "options_ui": {
        "page": "html\/settings.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/*.atlassian.net\/*",
        "*:\/\/*.harvestapp.com\/*",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "contextMenus",
        "notifications",
        "idle",
        "tabs"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ]
}