Cefalo Time Tracker

Does the calculations of office time for you.

Apa itu Cefalo Time Tracker?

Cefalo Time Tracker adalah ekstensi Chrome yang dikembangkan oleh Mohaimenul Adnan, dan fitur utamanya adalah "Does the calculations of office time for you.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cefalo Time Tracker

Unduh file ekstensi Cefalo Time 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

                        This extension is for everyone in Cefalo Bangladesh Ltd. It works with the existing attendance system to calculate and show time since you have clocked in and suggests you a clock out time based on when you have entered and how much time you want to spend.

It also sends you a nice little notification when it's ok to clock out.

Changelog
========
# 1.2
- Compatibility with the new https url of attendance system.
# 1.1.3
- Added link to attendance page for convenience.
- Fixed bug of last entry time.                    

Informasi Dasar Ekstensi

Nama Cefalo Time Tracker Cefalo Time Tracker
ID hpmebkoapmbneoacidnjhojkolhakgfd
URL Resmi https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd
Deskripsi Does the calculations of office time for you.
Ukuran File 445 KB
Jumlah Instalasi 23
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-11-28
Tanggal Publikasi 2018-11-28
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Mohaimenul Adnan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cefalo Time Tracker",
    "description": "Does the calculations of office time for you.",
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/attendance.cefalolab.com\/",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/done.png"
    ]
}