WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Calendar Countdown: Live Event Timer & Alerts

Calendar Countdown: Live Event Timer & Alerts

View on Chrome Web Store
View Calendar Countdown: Live Event Timer & Alerts Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

Never miss an event—see your next Google Calendar meeting counting down in real time, across all of your tabs.
Type
Extension
Users
42 users
1
Akash Anand
View author page of Akash Anand
Published
Published on May 2, 2025
Version 0.3012
Manifest version
3
Updated
Updated on October 9, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Calendar Countdown: Live Event Timer & Alerts 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",
    "manifest_version": 3,
    "name": "Calendar Countdown: Live Event Timer & Alerts",
    "version": "0.3012",
    "description": "Never miss an event\u2014see your next Google Calendar meeting counting down in real time, across all of your tabs.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "alarms",
        "scripting",
        "tabs",
        "tts",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/login.microsoftonline.com\/*",
        "https:\/\/graph.microsoft.com\/*",
        "https:\/\/api.login.yahoo.com\/*",
        "https:\/\/mail.yahooapis.com\/*",
        "https:\/\/firestore.googleapis.com\/*",
        "https:\/\/calendarcountdownbanner-e6527.firebaseapp.com\/*",
        "https:\/\/calendarcountdownbanner-e6527.firebasestorage.app\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "dist\/background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Calendar Countdown Settings"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "oauth2": {
        "client_id": "319094205978-8b9gm2mvgbrdbh5t2q80jhrg5j2171j1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    }
}
© 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