Work Hours Tracker

App to track your daily working hours.

Cos'è Work Hours Tracker?

Work Hours Tracker è un'estensione di Chrome sviluppata da Murali Krishna Chanda, e la sua funzione principale è "App to track your daily working hours.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Work Hours Tracker

Scarica i file di estensione Work Hours 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

                        Work Hours app will help you track your daily working hours. Very easy and light weight app.Will maintain the last 2 months data and will show you in a GRAPH.                    

Informazioni di Base sull'Estensione

Nome Work Hours Tracker Work Hours Tracker
ID eahpgopdiegfkghffnpoabkidlmehpnd
URL Ufficiale https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd
Descrizione App to track your daily working hours.
Dimensione del File 260 KB
Conteggio Installazioni 445
Versione Corrente 2.0
Ultimo Aggiornamento 2019-04-03
Data di Pubblicazione 2019-04-03
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore Murali Krishna Chanda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Hours Tracker",
    "version": "2.0",
    "manifest_version": 2,
    "description": "App to track your daily working hours.",
    "browser_action": {
        "default_icon": "edit.png",
        "default_popup": "workhours.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "js": [
                "functions.js",
                "jquery-ui.js",
                "jquery-2.0.3.min.js",
                "jquery-ui-timepicker-addon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "work_48_48.png",
        "48": "work_48_48.png",
        "128": "work_128_128.png"
    }
}