Skip to content

Repository files navigation

iso-browser

Lightweight Chrome extension that auto-fills repetitive message fields on Luma and LinkedIn so you stop retyping the same hello.

What it does

  • 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.

Install

  1. Clone this repo (or download as ZIP and unpack).
  2. Visit chrome://extensions and toggle Developer mode on (top right).
  3. Click Load unpacked and select the cloned folder.
  4. Click the extension icon to open the settings tab and edit your templates.

That's it — no build step, no dependencies.

Settings

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.

Architecture

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.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages