WebWork Time Tracker

The simplest way to track your work hours.

Co to jest WebWork Time Tracker?

WebWork Time Tracker to rozszerzenie Chrome opracowane przez https://www.webwork-tracker.com, a jego główną funkcją jest „The simplest way to track your work hours.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WebWork Time Tracker

Pobierz pliki rozszerzeń WebWork Time Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
Oficjalny URL https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Opis The simplest way to track your work hours.
Rozmiar pliku 971 KB
Liczba instalacji 1,413
Aktualna Wersja 1.0.30
Ostatnia Aktualizacja 2023-12-05
Data Publikacji 2020-06-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://www.webwork-tracker.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.webwork-tracker.com
Adres URL Strony Pomocy https://www.webwork-tracker.com/contact
Adres URL Strony Polityki Prywatności https://www.webwork-tracker.com/privacy-policy
Obsługiwane Języki 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"
    }
}