AI 产品解读Chrome extension that connects the Super Dispatch auto transport TMS platform with third-party CRMs and load boards, enabling shippers/brokers to post orders and track load status from within their CRM, and carriers to import dispatch sheets from load boards into Super Dispatch with one click.
Auto transport industry participants (shippers, carriers, brokers) use multiple disconnected platforms (CRMs, load boards, TMS). This extension bridges those platforms to eliminate manual data entry, reduce errors, and provide real-time visibility into load status, driver locations, and delivery ETAs without switching between tabs.
User logs into Super Dispatch (carrier or shipper account) via the web app. The extension stores the auth token. When the user visits a supported CRM (ProABD, BATS, Message.Plane) or load board (CarsArrive, ACV Auctions, Ship.Cars), content scripts inject UI to post orders or import loads directly into Super Dispatch. The popup provides quick access to the Super Loadboard, Shipper TMS, and help center.
CRM integration for shippers/brokers (ProABD, BATS, Message.Plane) to post orders and monitor load statusOne-click import of dispatch sheets from load boards (CarsArrive, ACV Auctions, Ship.Cars) for carriersReal-time load status updates including pickup/delivery dates, ETA, and carrier infoDriver location visibilitySuper Loadboard access for carrier load search and free load alertsShipper TMS quick access from popup
- 目标用户
- Auto transport carriers / Auto transport shippers / Auto transport brokers
- Cannot confirm whether Super Dispatch platform itself requires paid subscription - this is outside extension scope
- Large bundled content scripts (1.5MB+) include many third-party libraries making precise feature attribution harder
- OAuth2 client_id present in manifest suggests potential Google login integration but no Google-specific login flow was found in the popup/background code analyzed
付费分析未识别到付费功能
The deterministic heuristic flagged 'subscribe' and 'checkout' keywords, but these are false positives: 'subscribe' references are all Redux store subscription/event listener code (content/acv/content.js line 21197), and 'checkout' in popup.html line 300 means 'browse/check out loads' not a payment checkout. No premium, upgrade, payment platform, or subscription management code exists in the extension. 'payment' hits relate to auto transport order payment terms (carrier pay terms, billing addresses) not extension pricing. 'price' hits are load pricing data. The popup mentions 'free load alerts'. No Stripe, PayPal, or billing API integrations found. The Super Dispatch platform as a destination service likely has its own business plans, but the extension itself does not gate features behind payment.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension requires the user to be logged into the Super Dispatch platform (either as a carrier or shipper). The popup checks for access tokens (tms_access_token, ctms_access_token) stored in chrome.storage.local. Without valid tokens, the popup shows a 'not-logged-in' state with 'Carrier Log In' and 'Shipper Log In' buttons that redirect to the Super Dispatch web app (carrier.superdispatch.com / shipper.superdispatch.com). The background script manages JWT tokens, refresh tokens, and sends authenticated API requests to api.shipper.superdispatch.com. Session expiry triggers 'Your session is expired. Please try to login again'. All core features (CRM integration, load status tracking, load importing) require an authenticated session.
存在冲突