Leave calculator

This extension will help employees view their total leave availed.

Wat is Leave calculator?

Leave calculator is een Chrome-extensie ontwikkeld door Sameer N Miraj, en de belangrijkste functie is "This extension will help employees view their total leave availed.".

Download het CRX-bestand van de extensie Leave calculator

Download Leave calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
Officiële URL https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
Beschrijving This extension will help employees view their total leave availed.
Bestandsgrootte 109 KB
Aantal Installaties 24
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-12-29
Publicatiedatum 2016-12-29
Ontwikkelaar Sameer N Miraj
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sf-advanced-code-searcher.web.app
Ondersteunde Talen 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"
            ]
        }
    ]
}