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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LATS Helper

ดาวน์โหลดไฟล์ส่วนขยาย LATS Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}