Leave calculator

This extension will help employees view their total leave availed.

Leave calculator là gì?

Leave calculator là một tiện ích mở rộng Chrome được phát triển bởi Sameer N Miraj, và tính năng chính của nó là "This extension will help employees view their total leave availed.".

Tải xuống tệp CRX của tiện ích mở rộng Leave calculator

Tải xuống các tệp mở rộng Leave calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leave calculator Leave calculator
ID akkmdlpedjhgmkocalnldbihiajfoebp
URL Chính Thức https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp
Mô tả This extension will help employees view their total leave availed.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-12-29
Ngày Phát Hành 2016-12-29
Nhà Phát Triển Sameer N Miraj
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sf-advanced-code-searcher.web.app
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}