Work Hours Tracker

App to track your daily working hours.

Apa itu Work Hours Tracker?

Work Hours Tracker adalah ekstensi Chrome yang dikembangkan oleh Murali Krishna Chanda, dan fitur utamanya adalah "App to track your daily working hours.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Work Hours Tracker

Unduh file ekstensi Work Hours Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Work Hours app will help you track your daily working hours. Very easy and light weight app.Will maintain the last 2 months data and will show you in a GRAPH.                    

Informasi Dasar Ekstensi

Nama Work Hours Tracker Work Hours Tracker
ID eahpgopdiegfkghffnpoabkidlmehpnd
URL Resmi https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd
Deskripsi App to track your daily working hours.
Ukuran File 260 KB
Jumlah Instalasi 445
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-04-03
Tanggal Publikasi 2019-04-03
Penilaian 4.00/5 Total 7 Penilaian
Pengembang Murali Krishna Chanda
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Hours Tracker",
    "version": "2.0",
    "manifest_version": 2,
    "description": "App to track your daily working hours.",
    "browser_action": {
        "default_icon": "edit.png",
        "default_popup": "workhours.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "js": [
                "functions.js",
                "jquery-ui.js",
                "jquery-2.0.3.min.js",
                "jquery-ui-timepicker-addon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "work_48_48.png",
        "48": "work_48_48.png",
        "128": "work_128_128.png"
    }
}