Intro Section
  • Welcome!
Extension First Steps
  • Create Firebase App & Extension Folders
  • Security String
  • Create Files needed for the Extension
  • Connect Extension to our Database
  • Setup Chrome message events
  • Setup Database Structure & Fetch Coupons
Rendering Data
  • Render coupons onto the page.
  • Add click event to open coupon list overlay
Design Extension
  • Create CSS file & populate with styling
  • CSS Styling File
Submit Coupons
  • Ensure extension appear if coupons exist for a website or not.
  • Display form for submitting coupons
  • New command to submit coupons to Database
  • Push coupon details to Database
  • Add styling to button and overlay
  • Updated CSS
Ready to Publish?
  • Copy coupon to clipboard & close overlay
  • How to publish Chrome Extension
  • Thanks for taking the course!
  • Auto Apply Source Code