Leave calculator

This extension will help employees view their total leave availed.

Apa itu Leave calculator?

Leave calculator adalah ekstensi Chrome yang dikembangkan oleh Sameer N Miraj, dan fitur utamanya adalah "This extension will help employees view their total leave availed.".

Unduh Berkas CRX Ekstensi Leave calculator

Unduh file ekstensi Leave calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
URL Resmi https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
Deskripsi This extension will help employees view their total leave availed.
Ukuran File 109 KB
Jumlah Instalasi 24
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2016-12-29
Tanggal Publikasi 2016-12-29
Pengembang Sameer N Miraj
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sf-advanced-code-searcher.web.app
Bahasa yang Didukung 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"
            ]
        }
    ]
}