Time-Tracker

A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.

O que é Time-Tracker?

Time-Tracker é uma extensão do Chrome desenvolvida por https://phistuck-app.appspot.com, e sua principal característica é "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Time-Tracker

Baixe arquivos de extensão Time-Tracker 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

                        A daily working hour time tracking helper, with periodic and daily overtime calculations, import, export and a table creation for spreadsheet editors, for outsourced employees or hour based salaries.

You enter the start time(s) and end time(s) every day as well as the expected working day duration and it calculates the overtime/under-time.


Usage -
Go to chrome-extension://kponnmlifpfomhjokahcjfhnmpieoddd/Time-Tracker.html

Note - this helper is not for everyone, because it is not intuitive at first.
If you are desperate to try it out, reach out and I will help.                    

Informações Básicas da Extensão

Nome Time-Tracker Time-Tracker
ID kponnmlifpfomhjokahcjfhnmpieoddd
URL Oficial https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd
Descrição A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Tamanho do Arquivo 12.38 KB
Contagem de Instalações 17
Versão Atual 0.0.0.4
Última Atualização 2023-02-22
Data de Publicação 2015-06-10
Desenvolvedor https://phistuck-app.appspot.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time-Tracker",
    "description": "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}