Open Source  ·  Manifest V3  ·  Vanilla JS

Version numbers
that stay in sync.

A Chrome extension for Kanbanize that updates version numbers across parent–child card relationships — from the popup or directly inside the card modal.

Get it on GitHub Installation guide
Kanbanize Title Updater
Load Boards
1.2 Feature Name
1.3 Another Card
1.4 Third Item
Inline — card modal
1.2 Feature Name
Rename
Transpose
Save
Cancel
Children updated recursively
└─ 1.2.1 1.3.1 Sub-task A
└─ 1.2.2 1.3.2 Sub-task B

// features

Everything you need,
nothing extra.

Recursive Updates

Rename a parent card and all children update automatically — no matter how deep the hierarchy goes.

Version Detection

Intelligently parses version prefixes like 1, 1.2, 1.2.3 and propagates changes throughout the tree.

Transposition

Insert a new card and transpose will increment all following siblings and their children accordingly.

Inline Buttons

Rename and Transpose buttons injected directly into the card modal — no need to open the popup at all.

Board Browser

Browse boards, filter cards with search, and run batch operations from the extension popup.

Persistent Config

API URL and key saved in chrome.storage.local — configure once, works everywhere.


// workflows

Two ways to use it.

Board Browser

Use the extension popup to browse your Kanbanize boards, search cards, and run operations across any card without leaving the popup.

  1. Click the extension icon in Chrome
  2. Enter API URL and key, click Load Boards
  3. Browse and search cards by board
  4. Click the edit or transpose button on a card

Card Modal

The content script injects buttons directly into Kanbanize — rename and transpose from the card you're already looking at.

  1. Open any card on your Kanbanize board
  2. See Rename and Transpose buttons in the modal header
  3. Edit the title inline, click Save
  4. Children update recursively in the background

// example

Rename once, update everywhere.

Before
1.2 Feature Name
└─ 1.2.1 Sub-task A
└─ 1.2.2 Sub-task B
└─ 1.2.2.1 Nested item
After renaming to 1.3
1.3 Feature Name
└─ 1.3.1 Sub-task A
└─ 1.3.2 Sub-task B
└─ 1.3.2.1 Nested item

// installation

Up and running in four steps.

1

Clone the repository

Download or clone the source from GitHub to a local folder on your machine.

2

Enable Developer Mode in Chrome

Navigate to chrome://extensions/ and toggle "Developer mode" in the top right corner.

3

Load unpacked

Click "Load unpacked" and select the extension directory. The icon appears in your toolbar immediately.

4

Configure API

Open the popup, enter your https://yourcompany.kanbanize.com/api/v2 URL and your API key. Click Load Boards.


// security & privacy

Your data stays local.

Local storage only

API URL and key are stored in chrome.storage.local. Nothing leaves your browser.

No third parties

All API calls go directly to your Kanbanize instance. No analytics, no tracking, no external servers.

Manifest V3

Built on Chrome's latest extension standard for improved security and performance.

MIT License

Fully open source. Read the code, fork it, audit it — it's all there on GitHub.