Get Started
Prerequisites
Section titled “Prerequisites”- A Chromium browser (Chrome, Brave, Edge) or Firefox.
- Access to Outlook Web:
https://outlook.live.com/*https://outlook.office.com/*https://outlook.office365.com/*https://outlook.cloud.microsoft/*
Install from stores
Section titled “Install from stores”Install from source
Section titled “Install from source”- Clone the repository.
- Install dependencies from the repository root:
npm install- Build the extension:
npm run buildThe build creates browser-specific bundles in dist/chrome and dist/firefox.
Load in Chrome-based browsers
Section titled “Load in Chrome-based browsers”- Open
chrome://extensions. - Enable Developer mode.
- Click Load unpacked.
- Select
dist/chrome. - Open Outlook Web in a new tab.
Load in Firefox
Section titled “Load in Firefox”- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on….
- Select
dist/firefox/manifest.json. - Open Outlook Web in a new tab.
Verify setup
Section titled “Verify setup”- Press
Cmd + K(orCtrl + Kif you changed the mapping) to open the command bar. - Select a message and press
sto open the snooze overlay. - Archive an email and press
zto trigger undo.
Next steps
Section titled “Next steps”- Learn major workflows in Features.
- Tune appearance and behavior in Customization.
- Review exact defaults in Settings reference.