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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean LaPlante และคุณลักษณะหลักของมันคือ "Track hours and hour targets month-by-month per contract."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deltrek! Time Tracking that works.

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}