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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}