Harvest Time Tracking in Zoho Projects

Adds a Harvest time-tracking button to task screens in Zoho Projects.

什么是Harvest Time Tracking in Zoho Projects?

Harvest Time Tracking in Zoho Projects是由smhmic开发的Chrome扩展程序,该扩展的主要功能是“Adds a Harvest time-tracking button to task screens in Zoho Projects.”。

扩展截图

screenshot

下载Harvest Time Tracking in Zoho Projects扩展crx文件

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

扩展使用说明

                        Adds a Harvest time-tracking button to the task detail screen in Zoho Projects.  Clicking this button brings up a native Harvest time tracking dialog.

Remembers the last Harvest project selected for that Zoho task.  If no Harvest project has ever been selected for that Zoho task, defaults to the last Harvest project selected for ANY task within that Zoho project. 

Autofills in the Harvest note with the tasklist name in brackets followed by the task name.

At the bottom of the dialog, shows the total time tracked in Harvest for that Zoho task (only totals time tracked using this extension).                    

扩展基本信息

名称 Harvest Time Tracking in Zoho Projects Harvest Time Tracking in Zoho Projects
ID akchibeboobpfoohdjbagmpfiaihpdjn
官方URL https://chrome.google.com/webstore/detail/harvest-time-tracking-in/akchibeboobpfoohdjbagmpfiaihpdjn
简介 Adds a Harvest time-tracking button to task screens in Zoho Projects.
文件大小 38.39 KB
安装次数 40
当前版本 1.0.6
更新时间 2017-11-20
上架时间 2017-11-20
评分 1.00/5 共1次评分
开发者 smhmic
付费类型 free
支持的语言 en
manifest.json
{
    "version": "1.0.6",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "*:\/\/projects.zoho.com\/portal\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/projects.zoho.com\/portal\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/128x128.png",
        "64": "images\/64x64.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}