LATS Helper
Makes filling in your LATS timesheet and TDS easier
LATS Helper क्या है?
LATS Helper http://sites.google.com/site/cpatik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes filling in your LATS timesheet and TDS easier"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LATS Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |