Leave calculator

This extension will help employees view their total leave availed.

Co je Leave calculator?

Leave calculator je rozšíření Chrome vyvinuté Sameer N Miraj, a jeho hlavní funkcí je „This extension will help employees view their total leave availed.“.

Stáhnout soubor CRX rozšíření Leave calculator

Stáhněte si soubory rozšíření Leave calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
Oficiální URL https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
Popis This extension will help employees view their total leave availed.
Velikost souboru 109 KB
Počet instalací 24
Aktuální Verze 0.0.2
Poslední Aktualizace 2016-12-29
Datum Vydání 2016-12-29
Vývojář Sameer N Miraj
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sf-advanced-code-searcher.web.app
Podporované Jazyky 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"
            ]
        }
    ]
}