OnTime Tracker
Tracks your ontime in an organization
Wat is OnTime Tracker?
OnTime Tracker is een Chrome-extensie ontwikkeld door aln0071, en de belangrijkste functie is "Tracks your ontime in an organization".
Extensie Screenshots
Download het CRX-bestand van de extensie OnTime Tracker
Download OnTime 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
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.
Basisinformatie over de Extensie
Naam | OnTime Tracker |
ID | geihfdjjmcldhcdgfipoodbniaepkfai |
Officiële URL | https://chromewebstore.google.com/detail/ontime-tracker/geihfdjjmcldhcdgfipoodbniaepkfai |
Beschrijving | Tracks your ontime in an organization |
Bestandsgrootte | 82.02 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2019-12-16 |
Publicatiedatum | 2019-12-15 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | aln0071 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://aln0071.github.io/ |
Help Pagina-URL | https://aln0071.github.io/ |
Ondersteunde Talen | 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\/" } |