WebWork Time Tracker

The simplest way to track your work hours.

O que é WebWork Time Tracker?

WebWork Time Tracker é uma extensão do Chrome desenvolvida por https://www.webwork-tracker.com, e sua principal característica é "The simplest way to track your work hours.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WebWork Time Tracker

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

                        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.                    

Informações Básicas da Extensão

Nome WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
URL Oficial https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Descrição The simplest way to track your work hours.
Tamanho do Arquivo 971 KB
Contagem de Instalações 1,413
Versão Atual 1.0.30
Última Atualização 2023-12-05
Data de Publicação 2020-06-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.webwork-tracker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.webwork-tracker.com
URL da Página de Ajuda https://www.webwork-tracker.com/contact
URL da Página de Política de Privacidade https://www.webwork-tracker.com/privacy-policy
Idiomas Suportados 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"
    }
}