WebWork Time Tracker

The simplest way to track your work hours.

Cos'è WebWork Time Tracker?

WebWork Time Tracker è un'estensione di Chrome sviluppata da https://www.webwork-tracker.com, e la sua funzione principale è "The simplest way to track your work hours.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WebWork Time Tracker

Scarica i file di estensione WebWork Time Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
URL Ufficiale https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Descrizione The simplest way to track your work hours.
Dimensione del File 971 KB
Conteggio Installazioni 1,413
Versione Corrente 1.0.30
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2020-06-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.webwork-tracker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.webwork-tracker.com
URL della Pagina di Aiuto https://www.webwork-tracker.com/contact
URL della Pagina della Politica sulla Privacy https://www.webwork-tracker.com/privacy-policy
Lingue Supportate 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"
    }
}