The Lead Tracker Chrome extension helps users manage and track leads by saving URLs. It provides additional functionalities like exporting leads to CSV and toggling dark mode, and more.
- 💾Save Lead: Add and save URLs manually.
- 🌐Save Tab: Save the URL of the currently active browser tab.
- 🗑️Clear All Leads: Remove all saved leads with one click.
- 📈Export to CSV: Export all saved leads to a CSV file for easy sharing and analysis.
- 🌙Dark Mode: Toggle between light and dark modes for user comfort.
- 📱Responsive Design: Adaptable interface for various screen sizes.
- Frontend: HTML, CSS
- JavaScript: Chrome extension APIs, localStorage
- Save a Lead: Enter a URL in the input field and click "Save Lead" to add it to your list of saved leads.
- Save Current Tab: Click "Save Tab" to add the URL of the current browser tab to your list.
- Clear Leads: Click "Clear All" to remove all leads from your list.
- Export Leads: Click "Export CSV" to download a CSV file containing all your saved leads.
- Toggle Dark Mode: Click "Dark Mode" to switch themes. The button will change to "Light Mode" for toggling back.
- Download the extension from Google Drive.
- Go to
chrome://extensions/
in your Chrome browser. - Enable "Developer mode" using the toggle switch in the top right.
- Click "Load unpacked" and select the directory where you downloaded the extension.
- The extension should now be available in your Chrome toolbar.