Cefalo Time Tracker
Does the calculations of office time for you.
Что такое Cefalo Time Tracker?
Cefalo Time Tracker - это расширение Chrome, разработанное Mohaimenul Adnan, и его основная функция - "Does the calculations of office time for you.".
Снимки экрана расширения
Скачать файл CRX расширения Cefalo Time Tracker
Скачайте файлы расширений Cefalo Time Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Cefalo Time Tracker |
ID | hpmebkoapmbneoacidnjhojkolhakgfd |
Официальный URL | https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd |
Описание | Does the calculations of office time for you. |
Размер файла | 445 KB |
Количество установок | 23 |
Текущая Версия | 1.2 |
Последнее Обновление | 2018-11-28 |
Дата публикации | 2018-11-28 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | Mohaimenul Adnan |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |