Cefalo Time Tracker

Does the calculations of office time for you.

Cefalo Time Tracker là gì?

Cefalo Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi Mohaimenul Adnan, và tính năng chính của nó là "Does the calculations of office time for you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cefalo Time Tracker

Tải xuống các tệp mở rộng Cefalo Time Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cefalo Time Tracker Cefalo Time Tracker
ID hpmebkoapmbneoacidnjhojkolhakgfd
URL Chính Thức https://chromewebstore.google.com/detail/cefalo-time-tracker/hpmebkoapmbneoacidnjhojkolhakgfd
Mô tả Does the calculations of office time for you.
Kích Thước Tệp 445 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-11-28
Ngày Phát Hành 2018-11-28
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mohaimenul Adnan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}