Allows you to add an email tracking pixel to Gmail and Outlook on the web.
extension/ contains the code for the Chrome extension that adds the icon + injecting image functionality.
Note: The
SERVER_URLmust be provided on line 2 ofextension/email.js
To load an unpacked extension:
- Go to the Extensions page by entering
chrome://extensionsin a new tab.- Alternatively, click on the Extensions menu puzzle button and select Manage Extensions at the bottom of the menu.
- Or, click the Chrome menu, hover over More Tools, then select Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the extension directory (
extension/).
server/ contains the code for the server that the image URL goes to.
cd server and run npm install
Note: Environment variables must be provided in a
.envfile as explained inserver/.env.template