Get Asana Essentials running in your browser
Chrome 110+, Firefox 109+, Edge 110+, or Safari 16.4+
Any plan — Free, Premium, Business, or Enterprise
At least one project with assigned tasks
Go to the Releases page and download chrome-mv3-prod.zip
Extract the zip to a folder on your computer. Remember where you put it.
Navigate to chrome://extensions and enable Developer mode (top-right toggle).
Click Load unpacked and select the unzipped folder.
Navigate to any Asana project. The standup widget appears in the toolbar. Click 🏃 Start Standup to begin.
Go to the Releases page and download edge-mv3-prod.zip
Extract the zip to a permanent folder on your computer.
Navigate to edge://extensions and enable Developer mode (bottom-left toggle).
Click Load unpacked and select the unzipped folder.
Navigate to any Asana project and start your standup.
Go to the Releases page and download firefox-mv3-prod.zip
Navigate to about:debugging#/runtime/this-firefox
Click Load Temporary Add-on and select the zip file (no need to unzip).
Navigate to any Asana project and start your standup.
Open Safari → Settings → Advanced → check "Show features for web developers"
In the menu bar: Develop → Allow Unsigned Extensions (requires admin password).
Clone the repo and run npm run build:safari. Then convert with xcrun safari-web-extension-converter.
Go to Safari → Settings → Extensions and enable Asana Essentials.
git clone https://github.com/yogeshraja/asana-essentials.git
cd asana-essentials && npm install
npm run dev — starts Plasmo with hot-reload.
Open chrome://extensions, enable Developer mode, click Load unpacked, select build/chrome-mv3-dev.
Edit files in src/ — the dev server rebuilds automatically. Refresh the Asana tab to see changes.
Make sure you're on a project page (URL contains /0/ followed by a number). The widget only shows when Asana's toolbar is detected. Try refreshing the page.
The project needs at least one task assigned to a member. Unassigned tasks are not included in the speaker queue.
The extension only activates on app.asana.com. Navigate to Asana and the icon will become active.
Open the browser console (F12), filter by [Asana Essentials], and file an issue with the log output.