Deltrek! Time Tracking that works.

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

O que é Deltrek! Time Tracking that works.?

Deltrek! Time Tracking that works. é uma extensão do Chrome desenvolvida por Sean LaPlante, e sua principal característica é "Track hours and hour targets month-by-month per contract.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Deltrek! Time Tracking that works.

Baixe arquivos de extensão Deltrek! Time Tracking that works. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Deltrek! Time Tracking that works. Deltrek! Time Tracking that works.
ID ppflleinomifnfenfdhdfiihlcglcjke
URL Oficial https://chromewebstore.google.com/detail/deltrek-time-tracking-tha/ppflleinomifnfenfdhdfiihlcglcjke
Descrição Track hours and hour targets month-by-month per contract.
Tamanho do Arquivo 174 KB
Contagem de Instalações 27
Versão Atual 0.0.0.7
Última Atualização 2019-02-19
Data de Publicação 2019-02-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Sean LaPlante
Tipo de Pagamento free
Idiomas Suportados 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
    }
}