WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Calendar App - Application for Google Calendar™

Calendar App - Application for Google Calendar™

View on Chrome Web Store
View Calendar App - Application for Google Calendar™ Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Google Calendar app for Windows and Mac to up productivity. Get notifications in Google Calendar desktop app for macOS and PC.
Type
Extension
Users
5 users
2
andre_amper220
View author page of andre_amper220
Published
Published on January 1, 2026
Version 1.0.0
Manifest version
3
Updated
Updated on January 1, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Calendar App - Application for Google Calendar™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "homepage_url": "https:\/\/gcalendarapp.store",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/icons\/icon-19_default.png",
            "38": "\/images\/icons\/icon-38_default.png"
        },
        "default_popup": "popup.html?source=toolbar"
    },
    "commands": {
        "dismissEvent": {
            "description": "__MSG_dismissAllInNotificationWindow__"
        },
        "quickAddSelection": {
            "description": "__MSG_quickAdd__"
        }
    },
    "icons": {
        "16": "\/images\/icons\/icon-16.png",
        "32": "\/images\/icons\/icon-32_default.png",
        "48": "\/images\/icons\/icon-48.png",
        "96": "\/images\/icons\/icon-96.png",
        "128": "\/images\/icons\/icon-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "side_panel": {
        "default_path": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "tts",
        "idle",
        "contextMenus",
        "notifications",
        "activeTab",
        "gcm",
        "identity",
        "unlimitedStorage",
        "system.display",
        "offscreen",
        "scripting",
        "sidePanel"
    ],
    "optional_permissions": [
        "background"
    ],
    "optional_host_permissions": [
        "https:\/\/calendar.google.com\/"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "296731521790-duf2dr83oojbckvgjf1nltbaeklcirlk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events",
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "https:\/\/gcalendarapp.store\/*"
            ]
        },
        {
            "resources": [
                "oauth2callback.html"
            ],
            "matches": [
                "https:\/\/netvolk.online\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/gcalendarapp.store\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top