Cefalo Time Tracker
Does the calculations of office time for you.
Cefalo Time Tracker क्या है?
Cefalo Time Tracker Mohaimenul Adnan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Does the calculations of office time for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cefalo Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |