Work Hours Tracker
App to track your daily working hours.
Vad är Work Hours Tracker?
Work Hours Tracker är en Chrome-tillägg utvecklad av Murali Krishna Chanda, och dess huvudfunktion är "App to track your daily working hours.".
Tilläggsskärmbilder
Ladda ner Work Hours Tracker-förlängningens CRX-fil
Ladda ner Work Hours Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eahpgopdiegfkghffnpoabkidlmehpnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd |
| Beskrivning | App to track your daily working hours. |
| Filstorlek | 260 KB |
| Antal Installationer | 445 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2019-04-03 |
| Publiceringsdatum | 2019-04-03 |
| Betyg | 4.00/5 Totalt 7 Betyg |
| Utvecklare | Murali Krishna Chanda |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |