Deltrek! Time Tracking that works.

Track hours and hour targets month-by-month per contract.

什么是Deltrek! Time Tracking that works.?

Deltrek! Time Tracking that works.是由Sean LaPlante开发的Chrome扩展程序,该扩展的主要功能是“Track hours and hour targets month-by-month per contract.”。

扩展截图

screenshot

下载Deltrek! Time Tracking that works.扩展crx文件

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

扩展使用说明

                        Do you use the Deltek time and expense system? Does the boss man send out a set of hours you have to work for the month? Do you hate that Deltek doesn't show you current monthly totals for a given charge number so that you can actually track your hours effectively? If you said yes to all of those things, then you may find this useful. Don't let the boss man keep you down. Get Deltrek today!!

To use, simply log into deltek and open a timesheet. Once one timesheet has been opened you'll have access to set allowed hours and +/- percentages in the app by clicking the chrome extension icon.

To load all hours for a month you'll need to manually open each timesheet. You cannot use the arrows within deltek to navigate between timesheets yet.                    

扩展基本信息

名称 Deltrek! Time Tracking that works. Deltrek! Time Tracking that works.
ID ppflleinomifnfenfdhdfiihlcglcjke
官方URL https://chromewebstore.google.com/detail/deltrek-time-tracking-tha/ppflleinomifnfenfdhdfiihlcglcjke
简介 Track hours and hour targets month-by-month per contract.
文件大小 174 KB
安装次数 27
当前版本 0.0.0.7
更新时间 2019-02-19
上架时间 2019-02-18
评分 5.00/5 共2次评分
开发者 Sean LaPlante
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deltrek! Time Tracking that works.",
    "short_name": "Deltrek!",
    "description": "Track hours and hour targets month-by-month per contract.",
    "version": "0.0.0.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.deltekenterprise.com\/DeltekTC\/TimeCollection.msv",
                "https:\/\/*.deltekenterprise.com\/DeltekTC\/welcome.msv"
            ],
            "js": [
                "external\/js\/jquery-3.3.1.min.js",
                "timesheetdb.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}