Leave calculator
This extension will help employees view their total leave availed.
O que é Leave calculator?
Leave calculator é uma extensão do Chrome desenvolvida por Sameer N Miraj, e sua principal característica é "This extension will help employees view their total leave availed.".
Baixar o arquivo CRX da Extensão Leave calculator
Baixe arquivos de extensão Leave calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | akkmdlpedjhgmkocalnldbihiajfoebp |
URL Oficial | https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp |
Descrição | This extension will help employees view their total leave availed. |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 24 |
Versão Atual | 0.0.2 |
Última Atualização | 2016-12-29 |
Data de Publicação | 2016-12-29 |
Desenvolvedor | Sameer N Miraj |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sf-advanced-code-searcher.web.app |
Idiomas Suportados | 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" ] } ] } |