Work Hours Tracker
App to track your daily working hours.
Wat is Work Hours Tracker?
Work Hours Tracker is een Chrome-extensie ontwikkeld door Murali Krishna Chanda, en de belangrijkste functie is "App to track your daily working hours.".
Extensie Screenshots
Download het CRX-bestand van de extensie Work Hours Tracker
Download Work Hours Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Work Hours Tracker |
ID | eahpgopdiegfkghffnpoabkidlmehpnd |
Officiële URL | https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd |
Beschrijving | App to track your daily working hours. |
Bestandsgrootte | 260 KB |
Aantal Installaties | 445 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-04-03 |
Publicatiedatum | 2019-04-03 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Murali Krishna Chanda |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |