All Projects & Case Studies
July 20, 202611 min read
Production Case StudyShipped & Verified

Tech Copilot — Automotive AI Chrome Extension (Manifest V3 · Live SaaS)

Published Chrome Web Store AI assistant for automotive technicians — VIN decoding, AI-driven TSB search, screenshot capture, local OCR (Tesseract.js), voice input, and streaming GPT-4o diagnostic answers from a side panel. Monetized at $5.99/mo. 5.0 ★ Upwork · 6 paid milestones ($1,875+).

Tech Copilot — Automotive AI Chrome Extension (Manifest V3 · Live SaaS)Preview
Tech Copilot — Automotive AI Chrome Extension (Manifest V3 · Live SaaS)
Chrome Web Store Live5.0 ★ Upwork — 6 Milestones ($1,875+)Gemini Pro RAGOpenAI GPT-4o Streaming$5.99/mo Live SaaSVIN DecodingLocal OCR — Tesseract.js

"Diagnose faster. Fix it right the first time." — Tech AI-Copilot is a browser-based AI assistant built for automotive technicians. It decodes VINs, surfaces TSBs, matches symptoms to causes, and streams step-by-step repair answers — all from a side panel on any page. Built from zero to a live, monetized Chrome Web Store product by Pasindu Piumal.

Executive Summary

Tech AI-Copilot works alongside your existing systems. Decode a VIN, surface relevant TSBs and service info, connect symptoms to likely causes, and move through diagnostics with confidence — all from a side panel on any page. No tab switching. No login required to get started.

  • Status: Live on the Chrome Web Store
  • Product Website: techaicopilot.com
  • Pricing: Free tier + $5.99/month Pro (unlimited diagnostics, cancel anytime)
  • Client Rating: 5.0 ★ on Upwork over 6 paid milestones ($1,875+)

Client Testimonial

"Working with Pasindu has been one of the best decisions I've made for my startup. Tech AI-Copilot has gone from an idea to a polished product because of his technical ability, attention to detail, and willingness to tackle difficult problems. He's reliable, communicates clearly, and always works with me to find the best solution rather than the easiest one."

— Founder, Tech AI-Copilot

Real Extension UI — Screenshots

Tech AI-Copilot main panel — VIN entry, Summarize, Explain Step, Next Diagnostic Step, Write Story, Suggest Labor Time

Main panel: VIN entry + 5 quick action buttons

Tech AI-Copilot alongside OEM DTC table — Targeted Snip selecting a Diagnostic Trouble Code index

Targeted Snip: selecting a DTC index from an OEM manual

Tech AI-Copilot Snip & Scroll — capturing a multi-page OEM reference document

Snip & Scroll: capturing extended OEM reference content

Tech AI-Copilot VIN Decoding modal — 17-character VIN entry

VIN Decoding: enter a 17-char VIN, attach vehicle to session

Demo Videos — Extension in Action

Capture Method Demo

Full Screen Capture — capturing an entire OEM page into the AI chat

Targeted Snip — isolating a specific DTC table or diagnostic step

Quick Action Demos

Summarize — organizes repair tasks into labor operations

Write Story — converts diagnostic findings into an RO narrative

How It Works — Capture Methods

Two building blocks: capture the reference material you're looking at, then run a quick action to turn it into an answer, a diagnostic step, or a written-up RO.

📸 Capture Methods

MethodWhen to Use
Full Screen CaptureEntire page is relevant — works best when all info is on a single screen
Targeted Snip CaptureSpecific table, paragraph, or DTC data point — most precise option
Snip & ScrollExtended content across multiple screens — ideal for multi-step procedures

⚡ Quick Actions (One Tap)

ActionWhat It Does
SummarizeStructures multiple repair tasks into organized labor operations
Write StoryConverts technician inputs into a clear, structured RO repair narrative
Next Diagnostic StepEvaluates symptoms + DTCs to identify the most effective next action
Explain StepProvides reasoning behind a recommended step — not just the what, the why
Suggest Labor TimeAnalyzes repair task + vehicle context for a structured labor time estimate

From Install to Answer in Under a Minute

System Architecture
4 layers
1Step 1 — Install the Extension
Add to Chrome from the Web Store in secondsNo login or account requiredSide panel opens instantlyFree tier active immediately
2Step 2 — Enter a VIN or Reference Info
Decode any 17-character VINVehicle info attaches to chat sessionAll answers grounded in correct make/model/yearOr paste reference info manually
3Step 3 — Capture + Pick a Quick Action
Full Screen, Targeted Snip, or Snip & ScrollSummarize · Explain Step · Next Diagnostic StepWrite Story · Suggest Labor TimeOr type/speak a custom question
4Step 4 — Get Instant Streamed Answers
Responses stream in real time with GPT-4oFull conversation history saved locallyPick the session back up laterNo cloud storage of your data

Engineering Architecture

|
Architecture & Code
┌──────────────────────────────────────────────────────────┐
│                  Chrome Side Panel (MV3)                  │
│                                                          │
│  ┌─────────────────────────────────────────────────────┐ │
│  │   React UI — VIN Input, Chat, 5 Quick Actions       │ │
│  │   • Full Screen / Targeted Snip / Snip & Scroll     │ │
│  │   • Tesseract.js Local OCR — on-device text extract │ │
│  │   • Voice Input Transcription (Web Speech API)      │ │
│  │   • Streaming LLM Chat — TSB / DTC / RO Writer      │ │
│  └──────────────────────┬──────────────────────────────┘ │
└─────────────────────────┼────────────────────────────────┘
                          ▼
┌──────────────────────────────────────────────────────────┐
│          Manifest V3 Background Service Worker           │
│                                                          │
│  ┌──────────────────────┐  ┌────────────────────────────┐│
│  │ Gemini Pro RAG        │  │ ExtensionPay Paywall       ││
│  │ + OpenAI GPT-4o SSE   │  │ $5.99/mo · Stripe Billing ││
│  │ Multi-Model Pipeline  │  │ Free Tier Quota Tracker    ││
│  └──────────────────────┘  └────────────────────────────┘│
└──────────────────────────────────────────────────────────┘

1. Chrome Side Panel Architecture (Manifest V3)

Built as a Chrome Side Panel extension — docks natively alongside any OEM manual, ALLDATA, Mitchell 1, or Identifix page without causing page reflows or CSS conflicts.

2. Three Capture Modes

  • Full Screen: Chrome Capture API captures the full visible viewport
  • Targeted Snip: Rectangle selector for precise DTC tables or spec sections
  • Snip & Scroll: Captures extended content across scrolling — multi-page procedures, long service manuals

3. Local OCR — Tesseract.js (On-Device)

Text extraction from screenshots runs entirely in the browser via Tesseract.js. No image ever leaves the machine for OCR — privacy-first for shop environments.

4. Multi-Model AI Pipeline

  • Gemini Pro Vision RAG: Analyzes captured wiring diagrams, extracts wire colors and connector pin tables
  • OpenAI GPT-4o SSE Streaming: Streams step-by-step diagnostic workflows in real time
  • Voice Input: Web Speech API transcribes spoken questions live

5. ExtensionPay Freemium ($5.99/mo Pro)

  • Free tier with a handful of actions to try it out
  • One-click Stripe subscription from within the extension
  • Zero custom auth backend — ExtensionPay handles all billing state

6. Privacy-First Design

  • OCR on-device with Tesseract.js — screenshots never leave the browser
  • Conversations stored locally — not in the cloud
  • No login required to start diagnosing
  • Minimal permissions model compliant with Chrome Web Store Single Purpose policy

Core Technologies

LayerTechnology
ExtensionManifest V3, Chrome Side Panel API, Chrome Capture API
AIOpenAI GPT-4o (SSE streaming), Google Gemini Pro Vision RAG
OCRTesseract.js (fully on-device)
FrontendReact, Tailwind CSS, Lucide Icons
MonetizationExtensionPay, Stripe Billing ($5.99/mo)
VoiceWeb Speech API (live transcription)

Engineering Metrics & Commercial Outcomes

MetricManual BaselineTech AI-CopilotImpact
DTC Lookup Time3–15 min per taskSub-500ms streamed answer95%+ latency reduction
TSB Surface RateManual search, often missedAI-driven, surfaced automaticallyNear-100% recall
OCR ProcessingExternal service / copy-pasteOn-device Tesseract.jsZero data exposure
Monetization InfrastructureCustom auth + billing backendZero-server ExtensionPay100% cost reduction

Pricing

PlanPriceFeatures
Free$0Handful of free actions to try it out
Pro$5.99/monthUnlimited questions, VIN decodes, screenshots, voice input. Cancel anytime.

Frequently Asked Questions

Q

Is Tech AI-Copilot free to use?

Yes — Tech AI-Copilot is free to install, with a handful of free actions to try it out. Unlimited access is available for $5.99/month, and you can cancel anytime.

Q

Do I need to create an account?

No. You can open the side panel and start asking questions right away — no login is required to get going.

Q

How does VIN decoding work?

Enter a 17-character VIN in the panel and it's decoded and attached to your chat session, so every answer is grounded in the right make, model, and year.

Q

Where does OCR processing happen?

Text extraction from screenshots runs locally in your browser using Tesseract.js, rather than relying on an external OCR service. Your screenshots never leave your machine.

Q

What are the capture methods?

Three options: Full Screen Capture (entire visible page), Targeted Snip (rectangle selection for precise tables or specs), and Snip & Scroll (captures multi-page content across a scrolling reference). Each feeds directly into the AI chat as context.

Q

What quick actions are available?

Five one-tap actions: Summarize (labor op organizer), Write Story (RO narrative writer), Next Diagnostic Step (identifies the best next action from DTCs and symptoms), Explain Step (explains the why behind a recommendation), and Suggest Labor Time (structured estimate based on repair context and industry standards).

Q

Does it replace my existing shop systems?

No — it works alongside your existing systems, helping you find relevant TSBs, service info, and diagnostic steps faster instead of starting from scratch.

Q

Are my conversations saved?

Yes — conversations are stored locally so you can revisit, continue, or delete them whenever you like from the side panel.

Work With Pasindu Piumal

Need a Custom Extension, AI Tool, or Bot Built?

$20 / hr
Tracked or Milestone Escrow

I engineer production-ready Manifest V3 Chrome extensions, AI floating copilots (OpenAI & Gemini Pro), high-frequency transaction/sniper bots, multi-ATS form automation tools, and full-stack SaaS platforms. 175+ real-world projects shipped with 100% Upwork Job Success score.

Home
Projects
Hire Me
CV / Resume
Contact
GitHub
LinkedIn