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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Grouping for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}