Cefalo Time Tracker

Does the calculations of office time for you.

Τι είναι το Cefalo Time Tracker;

Το Cefalo Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mohaimenul Adnan, και η κύρια λειτουργία του είναι "Does the calculations of office time for you.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cefalo Time Tracker

Λήψη αρχείων επέκτασης Cefalo Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cefalo Time Tracker Cefalo Time Tracker
ID hpmebkoapmbneoacidnjhojkolhakgfd
Επίσημο URL https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd
Περιγραφή Does the calculations of office time for you.
Μέγεθος Αρχείου 445 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2018-11-28
Ημερομηνία Δημοσίευσης 2018-11-28
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Mohaimenul Adnan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}