Leave calculator
This extension will help employees view their total leave availed.
Co to jest Leave calculator?
Leave calculator to rozszerzenie Chrome opracowane przez Sameer N Miraj, a jego główną funkcją jest „This extension will help employees view their total leave availed.”.
Pobierz plik CRX rozszerzenia Leave calculator
Pobierz pliki rozszerzeń Leave calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | akkmdlpedjhgmkocalnldbihiajfoebp |
Oficjalny URL | https://chromewebstore.google.com/detail/leave-calculator/akkmdlpedjhgmkocalnldbihiajfoebp |
Opis | This extension will help employees view their total leave availed. |
Rozmiar pliku | 109 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2016-12-29 |
Data Publikacji | 2016-12-29 |
Deweloper | Sameer N Miraj |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sf-advanced-code-searcher.web.app |
Obsługiwane Języki | 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" ] } ] } |