Desktop automation service

A small local service opens Chrome with your Facebook profile, uploads the selected photos and fills every Marketplace field — then stops at review so you stay in control.

Install on the dealership PC
  1. 1. Download the agent
  2. 2. Install and configure
    cd desktop-agent
    npm install
    cp config.example.json config.json
    # paste your Extension API key + this app's URL into config.json
    npm start
  3. 3. Sign in to Facebook once

    The first job opens Chrome with a dedicated profile. Log in there and the session is reused for every future listing.

  4. 4. Send a vehicle

    Open a vehicle, go to the Marketplace preview and press Send to desktop agent. Progress streams back here live.

The agent authenticates with the same key as the Chrome extension — find it on the Extension API page. Photos are pulled through the app's photo proxy, so dealership CDN restrictions do not break uploads.

Recent automation jobs

No jobs yet. Queue one from a vehicle's Marketplace preview.

Live job

Nothing running. The agent polls every few seconds and picks up the next queued vehicle automatically.

What gets automated
  • Chrome launches with your saved Facebook profile
  • Up to 20 photos uploaded in ranked order
  • Waits until every upload finishes
  • Vehicle type, year, make, model, trim, mileage, price
  • Exterior + interior color, transmission, fuel type, VIN
  • Description and location
  • Every required field verified, failures retried
  • Stops at review unless auto publish is enabled