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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |