Time-Tracker
A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
ما هو Time-Tracker؟
Time-Tracker هو إضافة Chrome تم تطويرها بواسطة https://phistuck-app.appspot.com، والميزة الرئيسية لها هي "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time-Tracker
قم بتنزيل ملفات الامتداد Time-Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A daily working hour time tracking helper, with periodic and daily overtime calculations, import, export and a table creation for spreadsheet editors, for outsourced employees or hour based salaries. You enter the start time(s) and end time(s) every day as well as the expected working day duration and it calculates the overtime/under-time. Usage - Go to chrome-extension://kponnmlifpfomhjokahcjfhnmpieoddd/Time-Tracker.html Note - this helper is not for everyone, because it is not intuitive at first. If you are desperate to try it out, reach out and I will help.
معلومات أساسية عن التمديد
الاسم | Time-Tracker |
ID | kponnmlifpfomhjokahcjfhnmpieoddd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd |
الوصف | A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports. |
حجم الملف | 12.38 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.0.0.4 |
آخر تحديث | 2023-02-22 |
تاريخ النشر | 2015-06-10 |
المطور | https://phistuck-app.appspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time-Tracker", "description": "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.", "version": "0.0.0.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |