Runn Time Tracker

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

¿Qué es Runn Time Tracker?

Runn Time Tracker es una extensión de Chrome desarrollada por https://runn.io, y su función principal es "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Runn Time Tracker

Descarga archivos de extensión Runn Time Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Runn Time Tracker Runn Time Tracker
ID cpddihacdnimdjdchmobaefmcilcpddd
URL Oficial https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd
Descripción The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
Tamaño del Archivo 745 KB
Cantidad de Instalaciones 701
Versión Actual 1.0.4
Última Actualización 2023-05-26
Fecha de Publicación 2021-03-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://runn.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://runn.io
URL de la Página de Ayuda https://help.runn.io
URL de la Página de Política de Privacidad https://www.runn.io/privacy
Idiomas Soportados 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"
    }
}