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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eatskolnikov และคุณลักษณะหลักของมันคือ "Puts a button in Harvest that let's you log your harvest time directly into JIRA"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harvest/Jira worklog integration

ดาวน์โหลดไฟล์ส่วนขยาย Harvest/Jira worklog integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        "*:\/\/*\/"
    ]
}