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.
扩展基本信息
名称 | |
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" ] } ] } |