ClickTracker is a Firefox Extension which can be used to track all the clicks performed in a browser during a session.
I got the inspiration for this project from timetravelling humans. I am joking.
While working with my previous company (With Remote Location), I always felt that with steps (to reach to a specific app state), if I could provide a screenshot containing all the buttons on which I had clicked to reach to a specific state than that would be surely helpful in having a better and efficient communication.
ClickTracker does the same.
- User performs few clicks inside the web app.
- Click Tracker records all of them.
- User click over any element in clickTracker.
- Click Tracker assigns the same color to web app element as it has assigned to the element in web extension.
- Download the Repo.
- Open about:debugging in Firefox.
- Click Load Temporary Add-on.
- Open manifest.json file.
App icon is taken from icon finder
Future updates can have
- Improving app code by removing unwanted code.
- Including a share feature to share clickTracker information to another clickTracker user.
Happy Coding!