A Chrome extension that automates HOS compliance workflows on TrendyELD.
- One-click auto-check — selects all standard normalization checkboxes (metadata, intermediate events, coordinates, certify fixes, etc.)
- Keyboard hotkeys — full shortcut support for every tool, works on both Latin and Cyrillic layouts
- Transaction flow — automates Open Transaction → Fix Violations → Save; press
Zto commit - Smart injection — the button appears only when the Normalize panel is visible
- Lightweight — uses idle callbacks, batched DOM updates, and debounced observers
| Key | Action | Key | Action |
|---|---|---|---|
Q |
Create | S |
Bulk |
W |
Edit | D |
Normalize |
E |
Shift | X |
Preview |
A |
Delete | C |
Save |
Z |
Process Transaction |
Cyrillic layouts are mapped to the same physical keys.
- Clone the repo
git clone https://github.com/Fikser0/ELDAutoCheck.git - Open
chrome://extensionsand enable Developer mode - Click Load unpacked and select the
ELDAutoCheckfolder - Navigate to trendyeld.com — the extension activates automatically
ELDAutoCheck/
├── manifest.json Chrome extension manifest (MV3)
├── content.js Hotkeys, automation, UI injection
└── assets/ Images