Leave calculator

This extension will help employees view their total leave availed.

What is Leave calculator?

Leave calculator is a Chrome extension developed by Sameer N Miraj, and its main feature is "This extension will help employees view their total leave availed.".

Download Leave calculator Extension CRX File

Download Leave calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
Official URL https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
Description This extension will help employees view their total leave availed.
File Size 109 KB
Installation Count 24
Current Version 0.0.2
Last Updated 2016-12-29
Publish Date 2016-12-29
Developer Sameer N Miraj
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sf-advanced-code-searcher.web.app
Supported Languages 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"
            ]
        }
    ]
}