Deltrek! Time Tracking that works.

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

Qu'est-ce que Deltrek! Time Tracking that works. ?

Deltrek! Time Tracking that works. est une extension Chrome développée par Sean LaPlante, et sa fonction principale est "Track hours and hour targets month-by-month per contract.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Deltrek! Time Tracking that works.

Téléchargez les fichiers d'extension Deltrek! Time Tracking that works. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Deltrek! Time Tracking that works. Deltrek! Time Tracking that works.
ID ppflleinomifnfenfdhdfiihlcglcjke
URL Officiel https://chromewebstore.google.com/detail/deltrek-time-tracking-tha/ppflleinomifnfenfdhdfiihlcglcjke
Description Track hours and hour targets month-by-month per contract.
Taille du Fichier 174 KB
Nombre d'Installations 27
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2019-02-19
Date de Publication 2019-02-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur Sean LaPlante
Type de Paiement free
Langues Prises en Charge 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
    }
}