Cefalo Time Tracker
Does the calculations of office time for you.
Qu'est-ce que Cefalo Time Tracker ?
Cefalo Time Tracker est une extension Chrome développée par Mohaimenul Adnan, et sa fonction principale est "Does the calculations of office time for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cefalo Time Tracker
Téléchargez les fichiers d'extension Cefalo Time 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
This extension is for everyone in Cefalo Bangladesh Ltd. It works with the existing attendance system to calculate and show time since you have clocked in and suggests you a clock out time based on when you have entered and how much time you want to spend. It also sends you a nice little notification when it's ok to clock out. Changelog ======== # 1.2 - Compatibility with the new https url of attendance system. # 1.1.3 - Added link to attendance page for convenience. - Fixed bug of last entry time.
Informations de Base sur l'Extension
Nom | Cefalo Time Tracker |
ID | hpmebkoapmbneoacidnjhojkolhakgfd |
URL Officiel | https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd |
Description | Does the calculations of office time for you. |
Taille du Fichier | 445 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-11-28 |
Date de Publication | 2018-11-28 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Mohaimenul Adnan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cefalo Time Tracker", "description": "Does the calculations of office time for you.", "version": "1.2", "icons": { "128": "icon.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/attendance.cefalolab.com\/", "alarms", "notifications" ], "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "images\/done.png" ] } |