WebWork Time Tracker

The simplest way to track your work hours.

Was ist WebWork Time Tracker?

WebWork Time Tracker ist eine Chrome-Erweiterung, die von https://www.webwork-tracker.com entwickelt wurde, und ihr Hauptmerkmal ist "The simplest way to track your work hours.".

Erweiterungsscreenshots

screenshot
screenshot

WebWork Time Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie WebWork Time Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
Offizielle URL https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Beschreibung The simplest way to track your work hours.
Dateigröße 971 KB
Installationsanzahl 1,413
Aktuelle Version 1.0.30
Letztes Update 2023-12-05
Veröffentlichungsdatum 2020-06-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.webwork-tracker.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.webwork-tracker.com
Hilfeseite URL https://www.webwork-tracker.com/contact
URL der Datenschutzrichtlinien-Seite https://www.webwork-tracker.com/privacy-policy
Unterstützte Sprachen 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"
    }
}