Lightweight Chrome extension that auto-fills repetitive message fields on Luma and LinkedIn so you stop retyping the same hello.
- Luma Auto-fill — when you approve a guest on
lu.ma/luma.com, fills the custom message field with one of your saved templates. Pick from multiple templates if you run more than one event. - LinkedIn Connect — when you open a LinkedIn connection invite, fills the note field with your saved template.
Templates support {firstName} as a placeholder; the extension extracts it from whatever page it's on.
- Clone this repo (or download as ZIP and unpack).
- Visit
chrome://extensionsand toggle Developer mode on (top right). - Click Load unpacked and select the cloned folder.
- Click the extension icon to open the settings tab and edit your templates.
That's it — no build step, no dependencies.
Click the extension icon in the toolbar. Each module has:
- A toggle to enable/disable it
- One or more text templates (Luma supports multiple; LinkedIn is single)
{firstName}is replaced with the recipient's first name
Templates and toggle states are stored in chrome.storage.local — they stay on your machine.
Manifest V3, plain JavaScript, no build step. Each automation is a self-contained content script in modules/. See CLAUDE.md for the technical details and the pattern for adding a new module.
MIT — see LICENSE.