Calendar Plus

Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization

Calendar Plus là gì?

Calendar Plus là một tiện ích mở rộng Chrome được phát triển bởi https://patii.uk, và tính năng chính của nó là "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Calendar Plus 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

                        Features:
- Plot your week/month/year using Bar Chart, Pie Chart or a Time Chart
- Allows to automatically place events into correct calendars based on defined rules
- Adds autocomplete for event names when creating events
- Adds ability to condense the interface to have more space for events
- Adds ability to ghost an event (make it semi transparent and non-interactive)
- Supports exporting plotted data and exporting/importing plugin settings                    

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

Tên Calendar Plus Calendar Plus
ID kgbbebdcmdgkbopcffmpgkgcmcoomhmh
URL Chính Thức https://chromewebstore.google.com/detail/calendar-plus/kgbbebdcmdgkbopcffmpgkgcmcoomhmh
Mô tả Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization
Kích Thước Tệp 3.61 MB
Số Lần Cài Đặt 268
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2023-12-17
Ngày Phát Hành 2023-03-05
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://patii.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/maxxxxxdlp/calendar-plus
URL Trang Trợ Giúp https://github.com/maxxxxxdlp/calendar-plus/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calendar Plus",
    "short_name": "Calendar Plus",
    "version": "1.2.6",
    "description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization",
    "author": "EECS 581 Team 19",
    "manifest_version": 3,
    "icons": {
        "16": ".\/src\/public\/images\/extension_icon_16x16.png",
        "32": ".\/src\/public\/images\/extension_icon_32x32.png",
        "48": ".\/src\/public\/images\/extension_icon_48x48.png",
        "128": ".\/src\/public\/images\/extension_icon_128x128.png"
    },
    "action": {
        "default_title": "See where your time went"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/public\/images\/[email protected]"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuldA6s8qQKAdu33VanYX4yhBYnTbMwARskX7rcwvuIKgRPbY41X1mcIDUHKV7pC5sWQ2QuL0EN5U6M57dJhe+veTDDktpWNXeGJtwvPM6HFbwICgD93TkzwBl4Fs+67eFlsmpoHIdWeryyEfIUAgUwsb8DxvQ8OYhVKet1xkqJRRo112iLZ1bn\/ZI8P39jT4cc9pMIXSvEKmtzyqNb9l\/5WS8F6reqsRGIwZqmr\/9fb7CEhyKPzEtXokcfaTygMwF6rJ6530cLUegofpJed4wZfFCCRtok63aqCwQgfypOKWlXCrExTdD6QKP4941dYQMuCg9+wp\/GslGwTUd+odGQIDAQAB",
    "current_locale": "en",
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "626996674772-iegg1iono3q4g3u8e3ajcp37fbuauuh1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "background": {
        "service_worker": ".\/src\/dist\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/u\/0\/r\/*"
            ],
            "js": [
                ".\/src\/dist\/main.bundle.js"
            ]
        }
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    }
}