Google Calendar Time Spent
Displays time spent on each of your Google Calendar colors!
Google Calendar Time Spent क्या है?
Google Calendar Time Spent zawadzki.louis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays time spent on each of your Google Calendar colors!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Calendar Time Spent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to display the amount of time for each colour of your google calendar. It allows you to know how much time you have (or will) spend each week on each one of your categories. N.B. : * time slots that are not multiples of 15 minutes (e.g. 20 minutes, 55 minutes) might not be accounted correctly * meetings that are not accepted are counted in the "white" category.
एक्सटेंशन की मूल जानकारी
नाम | Google Calendar Time Spent |
ID | cfodljgdikllebejmhoifnmmcbfmamij |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij |
विवरण | Displays time spent on each of your Google Calendar colors! |
फ़ाइल का आकार | 11.46 KB |
स्थापना संख्या | 2,679 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2021-11-12 |
प्रकाशन तिथि | 2020-05-29 |
रेटिंग | 4.30/5 कुल 20 रेटिंग्स |
डेवलपर | zawadzki.louis |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bamlab/google-calendar-counter |
सहायता पृष्ठ URL | https://github.com/bamlab/google-calendar-counter/issues |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "run_at": "document_idle", "js": [ "index.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |