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"
    ]
}