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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}