WebExtension.net
Toggle dark mode
WebExtension.net

GCalPlus

View on Chrome Web Store
View GCalPlus Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (136 ratings)
1 new ratings
83 views
This extension has been viewed 83 times

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

Extra Options for Google Calendar
Type
Extension
Users
50,000 users
10K
Website gcaltools.com
GCalTools
View author page of GCalTools
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 6, 2018
Version 2.0.20
Manifest version
3
Updated
Updated on November 6, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GCalPlus 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": "GCalPlus",
    "short_name": "GCalPlus",
    "version": "2.0.20",
    "manifest_version": 3,
    "description": "Extra Options for Google Calendar",
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjxMdGMPYz+zcIe5XlOMrm47okL7BtjgunQ0ek1L0Kbr43dDldz\/V5aAWnL2qrp2itVIPKcCYoGQ53KW\/psPbjXM+\/Ov3eSUYSGddPegQ6IDnH8WzVWQ2dnuysocK\/Xt0XxiUUh6J\/6w826sA2r0i1AVBTGPmVkehXMqz8D3XYtaJuRuNv8xNLtHo7JM6zXV4VPFuS0aiP1vUHkOgS6vLDQX\/RlfjCRwnkIJw8f3aDglhuWU\/BRNUg31OaEqBq+p1kGlIrVUHeeWgHRhrI+eo1bwiz60jvmj0zWED6Huo240Cw3YABhvtwqmEv7IWki8fHxjqpir8ksX02yaAbdpPtwIDAQAB",
    "icons": {
        "128": "iconnew.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "iconnew.png",
            "48": "iconnew.png",
            "128": "iconnew.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/u\/*"
            ],
            "js": [
                "jquery-3.7.1.min.js",
                "jquery-ui.min.js",
                "jquery-ui.multidatespicker.js",
                "Moment.js",
                "gcalplus.js"
            ],
            "css": [
                "jquery-ui.min.css",
                "jquery-ui.multidatespicker.css",
                "datepicker.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "identity",
        "webNavigation",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/calendar.google.com\/calendar",
        "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth"
    ],
    "oauth2": {
        "client_id": "782490446709-6sshm5rboluibdvr0oi60d9eo6711fn1.apps.googleusercontent.com",
        "client_secret": "xZvjCoBM4I1Hj4e69s99SAzX",
        "scopes": [
            "openid",
            "https:\/\/www.googleapis.com\/auth\/calendar.events",
            "https:\/\/www.googleapis.com\/auth\/calendar.settings.readonly",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ],
        "redirect_uri": "https:\/\/mjelhipeelammmhpghkpigkdonihkakj.chromiumapp.org"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth",
                "extras.css",
                "disableLocationClick.css",
                "hide.css",
                "jquery-3.7.1.min.js"
            ],
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 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