A Chrome extension for Kanbanize that updates version numbers across parent–child card relationships — from the popup or directly inside the card modal.
Rename a parent card and all children update automatically — no matter how deep the hierarchy goes.
Intelligently parses version prefixes like 1, 1.2, 1.2.3 and propagates changes throughout the tree.
Insert a new card and transpose will increment all following siblings and their children accordingly.
Rename and Transpose buttons injected directly into the card modal — no need to open the popup at all.
Browse boards, filter cards with search, and run batch operations from the extension popup.
API URL and key saved in chrome.storage.local — configure once, works everywhere.
Use the extension popup to browse your Kanbanize boards, search cards, and run operations across any card without leaving the popup.
The content script injects buttons directly into Kanbanize — rename and transpose from the card you're already looking at.
Download or clone the source from GitHub to a local folder on your machine.
Navigate to chrome://extensions/ and toggle "Developer mode" in the top right corner.
Click "Load unpacked" and select the extension directory. The icon appears in your toolbar immediately.
Open the popup, enter your https://yourcompany.kanbanize.com/api/v2 URL and your API key. Click Load Boards.
API URL and key are stored in chrome.storage.local. Nothing leaves your browser.
All API calls go directly to your Kanbanize instance. No analytics, no tracking, no external servers.
Built on Chrome's latest extension standard for improved security and performance.
Fully open source. Read the code, fork it, audit it — it's all there on GitHub.