shrunk-outlook-demo.mp4
To easily insert images (specifically tracking pixels) to an Outlook Email.
- Insert tracking pixels to your Outlook Email
- Support for (an infinite?) number of tracking pixels
- Automatically detect invisible tracking pixels as you draft your email
- Undos, redos, re-ordering, deletions, etc. are all reflected onto the task pane
- Quickly show the locations of your tracking pixels within your email body
- Prevents multiple inserts of the same tracking pixel (even when you click thrice super fast!)
- Node.js
- NPM
- Clone the repo
git clone [email protected]:oss/Shrunk-Outlook-Add-In.git
andcd
into the project. - Run
npm install
. Once installation is finished, runnpm start
. - Navigate to
https://outlook.office.com/mail/
- Open any email
- Under the subject, there will be a few icons. Click the square with four circles inside of it (Apps)
- Find the extension and click on it.
- Follow the instructions.
Click here for more information on side loading.
Side-loading only works for Windows machines.
shrunk-dist-prod.zip
and shrunk-dist-dev.zip
are distribution builds of this project that are built on every new tag creation (new release version. see .github/workflows/ci.yml
for more details). They differ in their manifest.xml
files: when grabbing assets, the base URL either becomes go.rutgers.edu/outlook/assets
or shrunk.rutgers.edu/outlook/assets
, where shrunk.r.e
is the test instance of go.rutgers.edu
.