Work Hours Tracker

App to track your daily working hours.

Was ist Work Hours Tracker?

Work Hours Tracker ist eine Chrome-Erweiterung, die von Murali Krishna Chanda entwickelt wurde, und ihr Hauptmerkmal ist "App to track your daily working hours.".

Erweiterungsscreenshots

screenshot

Work Hours Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Work Hours 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Work Hours Tracker Work Hours Tracker
ID eahpgopdiegfkghffnpoabkidlmehpnd
Offizielle URL https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd
Beschreibung App to track your daily working hours.
Dateigröße 260 KB
Installationsanzahl 445
Aktuelle Version 2.0
Letztes Update 2019-04-03
Veröffentlichungsdatum 2019-04-03
Bewertung 4.00/5 Insgesamt 7 Bewertungen
Entwickler Murali Krishna Chanda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}