Skip to content

ComplyEaze Pack v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@lamemustafa lamemustafa released this 23 Jun 20:30
c622f90

ComplyEaze Pack v0.1.0

Open-source alpha release of ComplyEaze Pack, a local-first Chrome MV3 extension
for bulk downloading supported GST Portal documents from the user's own
authenticated browser session.

Highlights

  • Initial Chrome MV3 V0 release.
  • Local-first GSTR-3B PDF download workflow for supported GST Portal sessions.
  • Synthetic reviewer demo that works without GST Portal credentials.
  • Local manifest, index, and exception report generation.
  • Exact GST host permissions only.
  • No ComplyEaze login, analytics, credential capture, cookie capture, or GST file
    upload in the local-download workflow.

Release Artifact

  • Chrome ZIP: complyeazepack-0.1.0-chrome.zip
  • SHA-256:
    5b1dc2eecb9abe330176e39fb3aad13cee13d4ac116805ff2846ae698c5113f9
  • Source commit:
    c622f90f4f466d3e1bf7aea3a1d5d92a31eeae99

Verification

Release verification passed on the tagged source commit:

  • pnpm install --frozen-lockfile
  • pnpm exec wxt prepare
  • pnpm exec prettier --check .
  • pnpm exec eslint . --max-warnings 0
  • pnpm exec tsc --noEmit
  • pnpm exec vitest run (16 files, 95 tests)
  • pnpm exec wxt build
  • node scripts/verify-extension-package.mjs .output/chrome-mv3
  • pnpm exec wxt zip

Alpha Notice

This is an open-source alpha release. Chrome Web Store submission still requires
the manual store-readiness checks documented in docs/PUBLICATION_READINESS.md
and docs/RELEASE.md.