Manual Installation Guide
Alternative method if you can't access the Chrome Web Store
Note: Only follow these steps if you're unable to install from the Chrome Web Store above.
Download the Extension
Download the Transaction Marker Chrome extension package.
Download txn-marker-extension-0.1.0.zipVersion 0.1.0 - Chrome MV3 Extension
Extract the ZIP File
Extract the downloaded ZIP file to a folder on your computer. Remember this location - you'll need it in the next step.
Tip: Extract to a permanent location like Documents/ChromeExtensions/txn-marker since Chrome needs access to these files.
Open Chrome Extensions Page
Open Chrome and navigate to the extensions management page.
Copy and paste this URL into Chrome's address bar:
chrome://extensions
Note: Chrome security prevents direct linking to chrome:// URLs - please copy and paste manually.
Or click the puzzle piece icon in Chrome's toolbar and select "Manage extensions".
Here's what you should see:
1 URL bar 2 Developer mode toggle 3 Load unpacked button
Enable Developer Mode
Toggle on "Developer mode" in the top-right corner of the extensions page.
This enables the ability to load unpacked extensions from your local files.
Load Unpacked Extension
Click the "Load unpacked" button and select the extracted extension folder.
- Click "Load unpacked" button (appears after enabling Developer mode)
- Navigate to the folder where you extracted the ZIP
- Select the folder containing
manifest.json - Click "Select Folder"
The extension should now appear in your extensions list!
Using the Extension
Now you're ready to mark transactions while recording HAR files!
Workflow
- Open DevTools (
F12) and go to the Network tab - Start recording network traffic
- Open the side panel: click the side panel icon in Chrome's toolbar (or menu → Side panel → HAR Transaction Marker)
- Enter a transaction name and click Start before performing each action
- Click End when the transaction is complete
- Repeat for each business transaction you want to capture
- When finished, click "Download marker timeline" to export the JSON
Exporting Your Data
After recording, you'll have two files to use with LoadMagic.ai:
- HAR file - Export from DevTools Network tab (right-click → "Save all as HAR")
- Transaction markers JSON - Downloaded from the extension's side panel
Upload both files to LoadMagic.ai to generate load tests with properly grouped transactions!