WebWork Time Tracker

The simplest way to track your work hours.

¿Qué es WebWork Time Tracker?

WebWork Time Tracker es una extensión de Chrome desarrollada por https://www.webwork-tracker.com, y su función principal es "The simplest way to track your work hours.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WebWork Time Tracker

Descarga archivos de extensión WebWork 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

                        Track time anywhere in the Chrome browser with WebWork Tracker. 
Simply select the project, task, and write activity description. That's it.

The extension tracker will record your time on the net and display it in reports as time tracked through the extension.

Note that for the extension tracker to work, you must have a WebWork account first and make sure you're not already tracking time on the desktop, web, or mobile trackers.

WebWork web platform and other tracker types enable you to do much more:

• screenshot modes
• app and web usage monitoring
• productivity and work-life balance metrics
• task management
• payroll
• employee geolocation tracking
• chat 
• 10+ integrations

Over 15,000 teams are using WebWork to track time and increase productivity.                    

Información Básica de la Extensión

Nombre WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
URL Oficial https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Descripción The simplest way to track your work hours.
Tamaño del Archivo 971 KB
Cantidad de Instalaciones 1,413
Versión Actual 1.0.30
Última Actualización 2023-12-05
Fecha de Publicación 2020-06-07
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.webwork-tracker.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.webwork-tracker.com
URL de la Página de Ayuda https://www.webwork-tracker.com/contact
URL de la Página de Política de Privacidad https://www.webwork-tracker.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebWork Time Tracker",
    "short_name": "Webwork",
    "version": "1.0.30",
    "description": "The simplest way to track your work hours.",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon128.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}