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 |
公式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 |
Eメール | [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" ] } |