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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track hours and hour targets month-by-month per contract."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Deltrek! Time Tracking that works. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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. |
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 } } |