Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

ما هو Google Calendar Time Spent؟

Google Calendar Time Spent هو إضافة Chrome تم تطويرها بواسطة zawadzki.louis، والميزة الرئيسية لها هي "Displays time spent on each of your Google Calendar colors!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Calendar Time Spent

قم بتنزيل ملفات الامتداد Google Calendar Time Spent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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
}