Cefalo Time Tracker
Does the calculations of office time for you.
Co je Cefalo Time Tracker?
Cefalo Time Tracker je rozšíření Chrome vyvinuté Mohaimenul Adnan, a jeho hlavní funkcí je „Does the calculations of office time for you.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cefalo Time Tracker
Stáhněte si soubory rozšíření Cefalo Time Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cefalo Time Tracker |
ID | hpmebkoapmbneoacidnjhojkolhakgfd |
Oficiální URL | https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd |
Popis | Does the calculations of office time for you. |
Velikost souboru | 445 KB |
Počet instalací | 23 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-11-28 |
Datum Vydání | 2018-11-28 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | Mohaimenul Adnan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |