LATS Helper
Makes filling in your LATS timesheet and TDS easier
ما هو LATS Helper؟
LATS Helper هو إضافة Chrome تم تطويرها بواسطة http://sites.google.com/site/cpatik، والميزة الرئيسية لها هي "Makes filling in your LATS timesheet and TDS easier".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LATS Helper
قم بتنزيل ملفات الامتداد LATS Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cleans up OFT LATS making it easier to use. - Autofill your work hours for the whole pay period - Filter the list of TDS sub-tasks by cluster, agency, or text search - Automatically charge missing time from vacation, personal leave, etc - Style tweaks for easier reading
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
الوصف | Makes filling in your LATS timesheet and TDS easier |
حجم الملف | 16.8 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.2.5 |
آخر تحديث | 2017-05-22 |
تاريخ النشر | 2017-05-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://sites.google.com/site/cpatik |
نوع الدفع | free |
موقع الإضافة | https://github.com/patik/lats-helper |
عنوان صفحة المساعدة | https://github.com/patik/lats-helper/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LATS Helper", "version": "1.2.5", "description": "Makes filling in your LATS timesheet and TDS easier", "content_scripts": [ { "matches": [ "https:\/\/*.cma.com\/*", "https:\/\/*.lats.ny.gov\/*" ], "js": [ "lats-helper.user.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |