Chrome extension for Jira Cloud: a fast weekly worklog calendar (free) plus a client-billing report layer — rates, billable flags, invoice-ready export (paid).
Website: https://worklogledger.cemayan.com · Status: v0.1.0 in Chrome Web Store review · License: AGPL-3.0
No server. Your data stays in your browser (chrome.storage). Auth rides your
existing Jira session, with an API-token fallback.
poc/— session-reuse auth proof of concept (no build step, "Load unpacked"). Status: validated 2026-07-16 — both session reuse and the worklog API work against a live Jira Cloud site.src/— the actual extension (Vite + TypeScript + Preact).
npm install
npm run dev # vite build --watch → dist/
npm run build # production build → dist/Load dist/ via chrome://extensions → Developer mode → "Load unpacked".
After each rebuild, hit the reload icon on the extension card.
- Load
poc/unpacked. - Log in to your Jira Cloud site in a tab.
- Open the popup, enter the site URL, run both tests.
No backend, no analytics, no tracking. The extension talks only to your own Jira Cloud site; the single exception is a license check for the paid tier that sends just your purchase email. Details: privacy policy.
Issues and PRs welcome — see CONTRIBUTING.md. Security reports: SECURITY.md (please report privately).
AGPL-3.0. In short: use, read, modify and redistribute freely — but if you distribute a modified version (including as a browser extension), it must be open source under the same license.
