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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Leave calculator Leave calculator
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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}