Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

Google Calendar Time Spent là gì?

Google Calendar Time Spent là một tiện ích mở rộng Chrome được phát triển bởi zawadzki.louis, và tính năng chính của nó là "Displays time spent on each of your Google Calendar colors!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Calendar Time Spent

Tải xuống các tệp mở rộng Google Calendar Time Spent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Calendar Time Spent Google Calendar Time Spent
ID cfodljgdikllebejmhoifnmmcbfmamij
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij
Mô tả Displays time spent on each of your Google Calendar colors!
Kích Thước Tệp 11.46 KB
Số Lần Cài Đặt 2,679
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-11-12
Ngày Phát Hành 2020-05-29
Đánh Giá 4.30/5 Tổng số 20 Đánh Giá
Nhà Phát Triển zawadzki.louis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bamlab/google-calendar-counter
URL Trang Trợ Giúp https://github.com/bamlab/google-calendar-counter/issues
Ngôn Ngữ Được Hỗ Trợ 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
}