Leave calculator

This extension will help employees view their total leave availed.

Leave calculator क्या है?

Leave calculator Sameer N Miraj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help employees view their total leave availed."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leave calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}