LATS Helper

Makes filling in your LATS timesheet and TDS easier

LATS Helper란 무엇입니까?

LATS Helper은(는) http://sites.google.com/site/cpatik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes filling in your LATS timesheet and TDS easier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LATS Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 LATS Helper LATS Helper
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"
    ]
}