Motivate Clock | Time Tracker

Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers.

O que é Motivate Clock | Time Tracker?

Motivate Clock | Time Tracker é uma extensão do Chrome desenvolvida por https://motivateclock.org, e sua principal característica é "Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Motivate Clock | Time Tracker

Baixe arquivos de extensão Motivate Clock | 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

                        Why should I use it?
Motivate Clock allows you to realize how much time is wasted daily and pushes you to manage your time better. You can create your personal projects for each task, track your time, and analyze personal productivity. You can be sure that Motivate Clock will count every second of your efforts.

Motivate Clock features:

* Free & Simple. 
Motivate Clock allows you to track your time across different projects quite easily and absolutely for free.

* Offline & Safe. 
You can be reassured the app will work offline, because Motivate Clock keeps your time tracking details locally and reliably. 

* Projects. 
Lets you simply categorize and organize your time tracked with the help of various projects. 

* Reports. 
Give you a visual and easy to understand look at your project activity. PDF report offers you monthly, weekly, daily and even hourly reports within the project. 

* Notifications.
You can be sure that Motivate Clock will warn you about spending too much time on prolonged leisure or working rush. 

* Idle detection. 
Helps you to avoid needless time tracking when you're unexpectedly pulled away from the tasks at hand and weren't actually working. 

Motivate Clock extension requires installed desktop application for Windows, which can be downloaded from official website: https://motivateclock.org/en                    

Informações Básicas da Extensão

Nome Motivate Clock | Time Tracker Motivate Clock | Time Tracker
ID binhgmklnnecdadhiodcjcnhpbnknomg
URL Oficial https://chromewebstore.google.com/detail/motivate-clock-time-track/binhgmklnnecdadhiodcjcnhpbnknomg
Descrição Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers.
Tamanho do Arquivo 255 KB
Contagem de Instalações 3,547
Versão Atual 1.5.7
Última Atualização 2023-02-11
Data de Publicação 2020-06-30
Classificação 4.52/5 Total de 82 Avaliações
Desenvolvedor https://motivateclock.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://motivateclock.org
Idiomas Suportados en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motivate Clock | Time Tracker",
    "description": "__MSG_ext_description__",
    "author": "__MSG_ext_author__",
    "version": "1.5.7",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "\/assets\/icon_16.png",
        "48": "\/assets\/icon_48.png",
        "128": "\/assets\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/localhost:1257\/",
        "idle",
        "contextMenus"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "19": "\/assets\/icon_19.png",
            "38": "\/assets\/icon_38.png"
        },
        "default_title": "__MSG_ext_title__"
    }
}