Skip to content

Lead Tracker is chrome extension built using Javascript.

Notifications You must be signed in to change notification settings

ujoshidev/Lead-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lead-Tracker

Lead Tracker is chrome extension built using HTML, CSS & Javascript. To save URL data within application LocalStorage is used.

Below are the technical concepts used while building up this application:

  1. Object Array
  2. EventListner for button Click
  3. Template Strings for display string on UI.
  4. JSON.stringify & JSON.parse to insert and fetch URL into LocalStorage.
  5. LocalStorage to store URL data
  6. Manifest permission

Below is the overview on "Lead-Tracker" extension usage:

  • User can use this extension to save URL opened in their current tab of chrome browser by clicking "SAVE TAB" button.
  • User can also save their own URL by writing it inside text box of extension UI and clicking "SAVE INPUT" button.
  • To delete saved URL, User can double click the "DELETE ALL" button to delete saved URL/s.

How to add extension in browser:

  • Download Code/Clone Code from Git repo (Lead-Tracker)
  • Open browser built on chromium (eg. Google Chrome/ Edge).
  • Type "edge://extensions/" in search bar (without double quotes)
  • Enable developer mode if not enabled
  • After enabbling developer mode, Click on "Load Unpacked" button and select downloaded code folder.

Adding_Extension

  • And there you have it, the extension should be added into your browser and in enables state.

Now user can browse to any website and use extrantion to save opened website URL like I am doing in Below Video.

recording-2023-05-20-191822_PaJAcWxf.mp4

About

Lead Tracker is chrome extension built using Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors