A chrome extension with with disposable inboxes right inside your browser.
Imbox is built on top of https://mail.tm api, which is a free disposable email service.
- Create disposable inboxes
- Receive emails in realtime (when the extension is open)
You can download the extension here https://chrome.google.com/webstore/detail/imbox/jdbekibldobfcglhedhkpdeliiicalii
- Delete messages
- Create new inboxes
- Delete inboxes
- Mark messages as read
- Mark messages as unread
- Attachment support
- Search messages
- Make the navigation better
- Clone the repo
- Run
pnpm install
- Run
pnpm dev
Load the folder /extension/dev
as an unpacked extension to start using the extension.
- Run
pnpm build
- Load the folder
/extension/prod
as an unpacked extension to start using the extension.