OnTime Tracker
Tracks your ontime in an organization
What is OnTime Tracker?
OnTime Tracker is a Chrome extension developed by aln0071, and its main feature is "Tracks your ontime in an organization".
Extension Screenshots
Download OnTime Tracker Extension CRX File
Download OnTime Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keeps track of ontime in an organization. It also has a summary page which shows summary of current month. Can be customized to track ontime in any organization.
Extension Basic Information
Name | OnTime Tracker |
ID | geihfdjjmcldhcdgfipoodbniaepkfai |
Official URL | https://chromewebstore.google.com/detail/ontime-tracker/geihfdjjmcldhcdgfipoodbniaepkfai |
Description | Tracks your ontime in an organization |
File Size | 82.02 KB |
Installation Count | 13 |
Current Version | 1.7 |
Last Updated | 2019-12-16 |
Publish Date | 2019-12-15 |
Rating | 5.00/5 Total 8 Ratings |
Developer | aln0071 |
[email protected] | |
Payment Type | free |
Extension Website | https://aln0071.github.io/ |
Help Page URL | https://aln0071.github.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OnTime Tracker", "version": "1.7", "description": "Tracks your ontime in an organization", "icons": { "16": "icons\/time-16.png", "32": "icons\/time-32.png", "48": "icons\/time-48.png", "128": "icons\/time-128.png" }, "browser_action": { "default_icon": { "16": "icons\/time-16.png", "32": "icons\/time-32.png", "48": "icons\/time-48.png", "128": "icons\/time-128.png" }, "default_title": "OnTime Tracker", "default_popup": "popup\/ontimetracker.html" }, "permissions": [ "https:\/\/ontime.ibsplc.com\/*" ], "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/" } |