From e33d6b51d751640e3ef1fe9d776c7ec20acfb3c4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 2 Mar 2026 12:04:32 -0800 Subject: [PATCH] Update README.md --- README.md | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 156 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16e4d5e..23728cd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,157 @@ -# SupaPaste +# The Carrier Bridge -Chrome extension that connects to NowCerts and intelligently auto-fills insurance carrier websites with client data, including SupaPaste, notes, documents, and quick-pay tools. \ No newline at end of file +The Carrier Bridge is a Chrome Extension that connects directly to NowCerts and allows insurance agents to instantly: + +- Search clients +- Auto-fill carrier quote forms +- Super paste individual data fields +- Log quotes to notes +- Save notes directly to NowCerts +- Upload and organize documents +- Quickly access carrier bill pay links + +This extension was built to eliminate repetitive copy/paste workflows and dramatically speed up quoting. + +--- + +## πŸš€ Core Features + +### πŸ”Ž Client Search +Search insureds directly from NowCerts using last name, first name, or commercial name. + +### ✨ Smart Auto-Fill +Automatically detects and fills: +- First & Last Name +- Address (line 1 & 2) +- City / State / Zip +- Phone / Email +- DOB (supports split fields like MM / DD / YYYY) +- SSN +- Policy Numbers +- Effective & Expiration Dates +- VIN / Vehicle Make / Model / Year +- Driver License Numbers + +Works with most carrier forms including React / Angular frameworks. + +--- + +### πŸ“‹ SupaPaste +Right-click any input field β†’ choose "SupaPaste" β†’ instantly paste: + +- First Name +- Last Name +- Phone +- Email +- SSN +- DOB +- VINs +- Driver License Numbers + +Includes green visual confirmation on paste. + +--- + +### πŸ’° Quote Logging +Log quotes directly into NowCerts notes with: + +- Carrier name +- Premium +- Date stamped automatically + +--- + +### πŸ“ Notes Integration +- Rich text editor +- Saves directly to NowCerts via API +- Inline edit client data and auto-log changes + +--- + +### πŸ“ Document Management +- View insured file structure +- Create folders +- Upload files via drag & drop +- Navigate folder hierarchy + +--- + +### πŸ’³ Quick Pay Shortcuts +Auto-detects carrier and opens bill pay links for: +- Progressive +- Encova +- Westfield +- Erie +- Western Reserve + +--- + +## πŸ” Security + +- Uses NowCerts Bearer Token authentication +- Tokens stored locally via Chrome Storage +- No external tracking +- No data leaves your browser except via official NowCerts API + +--- + +## 🧠 How It Works + +- Manifest V3 Chrome Extension +- Background Service Worker handles: + - NowCerts API communication + - Context menus + - Data transformation +- Content Script: + - Detects and matches form fields + - Injects values safely + - Triggers framework change events +- Side Panel UI: + - Client search + - SupaPaste interface + - Notes + document management + +--- + +## πŸ›  Installation (Developer Mode) + +1. Clone this repository +2. Go to chrome://extensions +3. Enable Developer Mode +4. Click "Load Unpacked" +5. Select the project folder + +--- + +## πŸ“Œ Requirements + +- Google Chrome +- Valid NowCerts API token + +--- + +## πŸ§ͺ Beta Status + +This project is currently in beta. + +Feedback is actively requested to improve: +- Carrier compatibility +- Field detection accuracy +- Performance +- UI/UX improvements + +--- + +## ⚠ Disclaimer + +This tool interacts with NowCerts via official API endpoints. +Use only in compliance with your agency’s policies and NowCerts terms of service. + +--- + +## πŸ— Built For + +Insurance agencies that: +- Quote frequently +- Hate repetitive data entry +- Want speed and efficiency \ No newline at end of file