It allows to download the Invoices right from the invoice list page.
To use it:
- Visit Invoices list page
- Click Download All and wait a few seconds.
or, download all invoices separately:
- Visit Invoices list page
- Select Invoice downloader extension from the top-right extensions menu.
- Click Read page content to load all invoices from the page.
- Select checkboxes near every invoice you want to download.
- click Download.
- (optional) Click Go back to repeat the steps (3-5) if needed.
- Run
pnpm dev # or npm run dev
- Open Chrome browser and load local extension from
build/chrome-mv3-dev
. - Open (or refresh) invoice list page.
- Disable dev version from Extensions page.
- Run
pnpm build # or npm run build
- Open Chrome browser and load local extension from
build/chrome-mv3-prod
. - Open (or refresh) invoice list page.
- Open Chrome browser and load local extension from
Invoice Downloader vX.Y.Z.zip/chrome-mv3-prod
. - Open (or refresh) invoice list page.
v0.0.3:
- Removed checkboxes from the webpage. So there is only Download All button.
- Added progress label update while downloading invoices through UI.
v0.0.2:
- Added Download button and checkboxes for on-page selection and bulk download (as a .zip archive)
v0.0.1:
- Initial release