A simple Chrome extension that extracts event type UUIDs from Calendly booking pages.
- Monitors Calendly page requests in the background
- Extracts the event type UUID automatically
- Generates the API endpoint URL:
/api/booking/event_types/[uuid] - Copies the URL to your clipboard with one click
- Load the extension in Chrome (Developer mode)
- Visit any Calendly booking page
- Click the extension icon
- Click "Get Event Type URL"
- The URL is automatically copied to your clipboard
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select this folder
manifest.json- Extension configurationbackground.js- Monitors network requestspopup.html- Extension interfacepopup.js- Handles button clicks and clipboard
Perfect for developers working with the Calendly API who need to quickly get event type endpoints from booking pages.