Cefalo Time Tracker
Does the calculations of office time for you.
什麼是Cefalo Time Tracker?
Cefalo Time Tracker是由Mohaimenul Adnan開發的Chrome擴展程式,該擴展的主要功能是“Does the calculations of office time for you.”。
擴展截圖
下載Cefalo Time Tracker擴展crx文件
下載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 |
ID | hpmebkoapmbneoacidnjhojkolhakgfd |
官方網址 | 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" ] } |