Skip to content
Developer Preview

Chrome Extension

The current extension build is intentionally narrow: open a popup, check a few cities, see whether a team is working or off-hours, and jump to the full dashboard when you need more context.

Current release status

This is still a developer preview. There is no Chrome Web Store listing yet, and store-ready assets such as icons, screenshots, and listing copy are not packaged as a public release artifact today.

Install Beta

Open Chrome and visit chrome://extensions.

Enable Developer Mode.

Choose Load unpacked and select the extensions/chrome folder from this repository.

Pin the extension, then save your core city slugs inside the popup.

Permission Model

The extension uses browser storage for your saved city slug list and fetches TimeNowHub API endpoints over HTTPS. There is no account requirement and no content-script injection on arbitrary websites.

Source Layout

extensions/chrome/
  manifest.json
  popup.html
  popup.css
  popup.js
  README.md