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开发的Chrome扩展程序,该扩展的主要功能是“Puts a button in Harvest that let's you log your harvest time directly into JIRA”。
扩展截图
下载Harvest/Jira worklog integration扩展crx文件
下载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 |
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": [ "*:\/\/*\/" ] } |