Install DealersGO for Chrome
Takes about two minutes. You'll need the activation key from your manager.
⬇ Download DealersGO version 1.0.10- Unzip the download. Right-click
dealersgo.zip→ Extract All…. Keep the extracted folder somewhere permanent (Documents is fine) — don't delete it later. - Open Chrome's extensions page. Type
chrome://extensionsin the address bar and press Enter. - Turn on Developer mode — the switch in the top-right corner.
- Click "Load unpacked" and choose the folder you extracted.
- Pin it. Click the puzzle-piece icon next to the address bar and pin DealersGO, then click its icon to open the side panel.
- Activate. Paste your activation key, add your name and phone, and you're ready to post.
Updating later
The panel tells you when a new version is out. Windows: double-click Update DealersGO.cmd in the DealersGO folder. Mac: open Terminal (⌘ Space, type "Terminal"), paste the line below, press Return. Then click Apply update in the panel.
f=$(grep -ls '"name": "DealersGO"' ~/Desktop/*/manifest.json ~/Downloads/*/manifest.json ~/Documents/*/manifest.json ~/Desktop/*/*/manifest.json 2>/dev/null | head -1); if [ -z "$f" ]; then echo "DealersGO folder not found - move it to your Desktop and run this again"; else cd "$(dirname "$f")" && curl -fsSL https://app.dealersgo.com/install/dealersgo.zip -o /tmp/dg.zip && unzip -oq /tmp/dg.zip -d . && rm -f /tmp/dg.zip; xattr -dr com.apple.quarantine . 2>/dev/null; echo "DealersGO $(grep -o '"version": *"[^"]*"' manifest.json | cut -d'"' -f4) installed in $PWD - now click Apply update in the panel"; fi
Make sure you're logged in to Facebook in this same Chrome profile — DealersGO posts through your own account. Questions? Ask your DealersGO administrator.