Leave calculator
This extension will help employees view their total leave availed.
Что такое Leave calculator?
Leave calculator - это расширение Chrome, разработанное Sameer N Miraj, и его основная функция - "This extension will help employees view their total leave availed.".
Скачать файл CRX расширения Leave calculator
Скачайте файлы расширений 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"
]
}
]
} | |