Leave calculator

This extension will help employees view their total leave availed.

什麼是Leave calculator?

Leave calculator是由Sameer N Miraj開發的Chrome擴展程式,該擴展的主要功能是“This extension will help employees view their total leave availed.”。

下載Leave calculator擴展crx文件

下載Leave calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}