Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Idle Time क्या है?
Idle Time Dima PM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects time intervals when user was idle or locked system and displays their durations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Idle Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension detects moments when user becomes idle and later active and displays notification with idle duration. It also detects when user locked and unlocked system and also shows notification with lock duration. This is useful if user wants to know for what time he was absent. Minimum detection interval is 1 minute.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gpbpabilidejehccbecogoamnckcdelg |
आधिकारिक URL | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
विवरण | Detects time intervals when user was idle or locked system and displays their durations. |
फ़ाइल का आकार | 10.28 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2021-01-20 |
प्रकाशन तिथि | 2020-01-29 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Dima PM |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Idle Time", "description": "Detects time intervals when user was idle or locked system and displays their durations.", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "time 16.png", "32": "time 32.png", "48": "time 48.png", "128": "time 128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "idle", "notifications" ] } |