Deltrek! Time Tracking that works.
Track hours and hour targets month-by-month per contract.
Wat is Deltrek! Time Tracking that works.?
Deltrek! Time Tracking that works. is een Chrome-extensie ontwikkeld door Sean LaPlante, en de belangrijkste functie is "Track hours and hour targets month-by-month per contract.".
Extensie Screenshots
Download het CRX-bestand van de extensie Deltrek! Time Tracking that works.
Download Deltrek! Time Tracking that works.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Deltrek! Time Tracking that works. |
ID | ppflleinomifnfenfdhdfiihlcglcjke |
Officiële URL | https://chromewebstore.google.com/detail/deltrek-time-tracking-tha/ppflleinomifnfenfdhdfiihlcglcjke |
Beschrijving | Track hours and hour targets month-by-month per contract. |
Bestandsgrootte | 174 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.0.0.7 |
Laatst Bijgewerkt | 2019-02-19 |
Publicatiedatum | 2019-02-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Sean LaPlante |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |