Jira Log Time

Log your daily time in seconds!

什么是Jira Log Time?

Jira Log Time是由Jericho开发的Chrome扩展程序,该扩展的主要功能是“Log your daily time in seconds!”。

扩展截图

screenshot

下载Jira Log Time扩展crx文件

下载Jira Log Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Super lightweight plugin with no external dependencies.
Access all your issues in a simple popup and log your time with one click.
Provide custom JQL to filter out displayed issues.                    

扩展基本信息

名称 Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
官方URL https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
简介 Log your daily time in seconds!
文件大小 24.16 KB
安装次数 629
当前版本 1.2.1
更新时间 2017-01-25
上架时间 2017-01-25
评分 4.50/5 共10次评分
开发者 Jericho
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Log Time",
    "short_name": "Jira Log Time",
    "description": "Log your daily time in seconds!",
    "version": "1.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}