Officeless Web Extender logo
Mekari · Officeless Gen 2 · Install guide

Officeless Web Extender

Chrome extension for Officeless Gen 2 only — studio.mekari.com. Execute API and webhook workflows from the editor, browse the workflow explorer side panel, search workflows, and copy workflow JSON.

Supported Officeless Gen 2 Not for Gen 1 / Visual Programming Target studio.mekari.com Version

1. Overview

After you load the unpacked ZIP in Chrome, open a Gen 2 workflow on studio.mekari.com. The extension adds an Execute control in the editor and a Workflow Explorer side panel.

Officeless Gen 2 workflow editor with the Execute button next to View Run History
Execute from the editor On Gen 2 workflows, click Execute next to View Run History.
Workflow Explorer side panel showing Entity, Layer, and Workflow tree
Workflow Explorer Browse Entity → Layer → Workflow, search by name, and copy JSON.
Chrome extensions page with Officeless Web Extender loaded unpacked
Load unpacked in Chrome Enable Developer mode, then load the unzipped folder that contains manifest.json.

2. Download & install

Chrome cannot install a ZIP directly. Unzip it, then load the folder as an unpacked extension. Current release: .

  1. Download the ZIP
    File name: officeless-web-extender.zip
  2. Unzip the archive
    You should get a folder named officeless-web-extender that contains manifest.json, background.js, dist/, etc.
    unzip officeless-web-extender.zip
    # → officeless-web-extender/
  3. Open Chrome extensions
    Go to chrome://extensions in the address bar.
  4. Enable Developer mode
    Toggle Developer mode in the top-right corner.
  5. Load unpacked
    Click Load unpacked and select the unzipped officeless-web-extender folder (the one that contains manifest.json).
  6. Confirm it appears
    You should see Officeless Web Extender in the extensions list. Pin it from the puzzle-piece menu for quick access.

3. Usage (Gen 2)

Execute a workflow

Open a workflow on studio.mekari.com. Click Execute next to “View Run History”. The button shows “Executing…” while the request runs.

Workflow explorer

Open the side panel from the extension icon. Browse Entity → Layer → Workflow, search by name, and copy workflow JSON from the three-dot menu.

Network capture needs a Gen 2 Studio session. If Execute fails with auth errors, refresh studio.mekari.com and try again.
If you are on Gen 1 / Visual Programming (or a host other than studio.mekari.com), the Execute button and explorer will not appear — that is expected.

4. Updates

After downloading a new ZIP, return to chrome://extensions and click the reload icon on the extension card (or Remove + Load unpacked again).

Enterprise self-host updates (CRX + update.xml) are available at /extensions/update.xml when a signed build is published.

5. Troubleshooting