Leave calculator

This extension will help employees view their total leave availed.

Leave calculatorคืออะไร?

Leave calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sameer N Miraj และคุณลักษณะหลักของมันคือ "This extension will help employees view their total leave availed."

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

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

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

                        Open Timesheet website. Navigate to Monthly Tab. When the page completely loads you will be able to see a new tab besides Monthly called "Leaves". Clicking on the Leaves tab will load a pop-up box which will allow you to enter the start and end date. 

P.S.: The leaves tab will only be available when you're on the Monthly Tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
คำอธิบาย This extension will help employees view their total leave availed.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-12-29
วันที่เผยแพร่ 2016-12-29
ผู้พัฒนา Sameer N Miraj
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sf-advanced-code-searcher.web.app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leave calculator",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "This extension will help employees view their total leave availed.",
    "author": "Sameer N Miraj",
    "permissions": [
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/timesheet\/MonthlyTimesheet\/MonthlyTimesheet"
            ],
            "js": [
                "jQuery.js",
                "contentScript.js",
                "jquery-ui.min.js"
            ],
            "css": [
                "jquery-ui.min.css",
                "main.css"
            ]
        }
    ]
}