Easy Grouping for Google Calendar

Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…

什麼是Easy Grouping for Google Calendar?

Easy Grouping for Google Calendar是由https://findgrep.app開發的Chrome擴展程式,該擴展的主要功能是“Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…”。

擴展截圖

screenshot
screenshot

下載Easy Grouping for Google Calendar擴展crx文件

下載Easy Grouping for Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily group calendars and switch between them quickly in Google Calendar.

Groups can be defined for project teams, departments, or managers, depending on your use case.

To create a group, simply enter the name of the group and the name of the target calendar from "My Calendars” and “Other Calendars" in the text area.

You can easily combine, select and switch between calendars from a list of calendars you have defined.

Key Features
* You can easily define groups of calendars to which you are subscribed and switch between calendar groups.
* Settings can also be imported and exported as JSON files.


Privacy
* This extension does not send or store any information to external services.                    

擴展基本資訊

名稱 Easy Grouping for Google Calendar Easy Grouping for Google Calendar
ID kohnpgjnebgngobifoimegihoblapbnl
官方網址 https://chromewebstore.google.com/detail/easy-grouping-for-google/kohnpgjnebgngobifoimegihoblapbnl
簡介 Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…
檔案大小 106 KB
安裝次數 576
目前版本 1.5.0
更新時間 2024-01-11
上架時間 2023-02-14
評分 5.00/5 共 1 次評分
開發者 https://findgrep.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://findgrep.app/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Grouping for Google Calendar",
    "version": "1.5.0",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/calendar\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-f2b0616c.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        }
    ],
    "options_page": "src\/options.html",
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "resources": [
                "assets\/content.tsx-83cf1e2a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}