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
公式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
Eメール [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"
            ]
        }
    ]
}