OnTime Tracker
Tracks your ontime in an organization
Qu'est-ce que OnTime Tracker ?
OnTime Tracker est une extension Chrome développée par aln0071, et sa fonction principale est "Tracks your ontime in an organization".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OnTime Tracker
Téléchargez les fichiers d'extension OnTime Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OnTime Tracker |
ID | geihfdjjmcldhcdgfipoodbniaepkfai |
URL Officiel | https://chromewebstore.google.com/detail/ontime-tracker/geihfdjjmcldhcdgfipoodbniaepkfai |
Description | Tracks your ontime in an organization |
Taille du Fichier | 82.02 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2019-12-16 |
Date de Publication | 2019-12-15 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | aln0071 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://aln0071.github.io/ |
URL de la Page d'Aide | https://aln0071.github.io/ |
Langues Prises en Charge | 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\/" } |