LATS Helper

Makes filling in your LATS timesheet and TDS easier

LATS Helper là gì?

LATS Helper là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/cpatik, và tính năng chính của nó là "Makes filling in your LATS timesheet and TDS easier".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LATS Helper

Tải xuống các tệp mở rộng LATS Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LATS Helper LATS Helper
ID jmkgmheopekejeiondjdokbdckkeikeh
URL Chính Thức https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh
Mô tả Makes filling in your LATS timesheet and TDS easier
Kích Thước Tệp 16.8 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2017-05-22
Ngày Phát Hành 2017-05-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sites.google.com/site/cpatik
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/patik/lats-helper
URL Trang Trợ Giúp https://github.com/patik/lats-helper/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}