Runn Time Tracker

The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.

O que é Runn Time Tracker?

Runn Time Tracker é uma extensão do Chrome desenvolvida por https://runn.io, e sua principal característica é "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Runn Time Tracker

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

                        Features include:
1. Start / Stop timer
2. Showing scheduled work for today
3. Highlighting missing time entries
4. Automatic login
5. Recording while the browser window is closed
6. Editable past records for entries

If you are using Runn to manage your projects, now it's time to start time tracking too!

ABOUT RUNN
Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Know exactly where projects are at, and what’s required to deliver them, with real-time forecasts of capacity, resource needs, revenue, and profitability. Find out more at www.runn.io

If you have any issues or feedback, send us an email at [email protected]                    

Informações Básicas da Extensão

Nome Runn Time Tracker Runn Time Tracker
ID cpddihacdnimdjdchmobaefmcilcpddd
URL Oficial https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd
Descrição The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
Tamanho do Arquivo 745 KB
Contagem de Instalações 701
Versão Atual 1.0.4
Última Atualização 2023-05-26
Data de Publicação 2021-03-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://runn.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://runn.io
URL da Página de Ajuda https://help.runn.io
URL da Página de Política de Privacidade https://www.runn.io/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Runn Time Tracker",
    "manifest_version": 2,
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html"
    },
    "description": "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.",
    "permissions": [
        "https:\/\/app.runn.io\/*"
    ],
    "background": {
        "scripts": []
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}