All notable changes to the extension, newest first.
Version 2.2.0 10 September 2026
The extension now tells you when part of the customer data could not be loaded, instead of quietly showing "Unknown". The toolbar icon gets a small ! and the popup explains which part failed, why, and what to do about it.
Rebuild local cache now reports honestly when only part of the rebuild worked, instead of showing a success message.
A customer showing "Unknown" because a lookup failed now says so on hover, so you can tell it apart from a customer that genuinely has no name to show.
Your own custom names are never affected by any of this.
Version 2.1.1 10 September 2026
Fixed customers showing "Unknown" in the Alternative Name column instead of a name. Partner Center stopped leaving behind the sign-in detail the extension used to look up the fallback name, so no names were loaded at all; the extension now picks that up from the page's own request instead.
Fixed a failed refresh being able to store an empty result as if it were valid for 30 days — which left the column stuck on "Unknown" even after reloading the page or using Rebuild local cache.
Names now appear as soon as they can be loaded, instead of only after a page refresh.
Your own custom names were never affected by this and are left untouched.
Under the hood: added an automated test suite covering the import/export of your custom names and the search integration. It now runs automatically on every change, so the code paths that touch your saved names are checked before anything ships. No change to how the extension behaves.
Version 2.1.0 10 August 2026
Hold Shift while clicking a customer's name to get the opposite of your usual link behaviour for just that click (e.g. jump to Admin relationships without changing the "Keep default link behaviour" setting).
Version 2.0.3 6 August 2026
Clicking a customer's name in the list now takes you straight to that customer's Service management page instead of the Admin relationships page.
New "Keep default link behaviour" setting in the toolbar popup — check it if you prefer the original navigation to Admin relationships.
Links inside a customer's detail view (such as the left-hand "Admin relationships" menu) are unaffected; only the click from the customer list changes.
Version 2.0.2 6 August 2026
New toolbar popup (click the extension icon) with maintenance actions.
Export your custom names to a JSON file and import them on another browser, machine, or profile — either merging with or replacing what's already there. Only your own labels are exported, never the cached customer data.
Rebuild local cache — re-fetches customer domains/names from Microsoft on demand, for example after a customer changes their primary domain. Your custom names are never touched by a rebuild.
Clear local cache — a separate full reset that wipes everything including your custom names, guarded by an explicit confirmation that tells you how many names would be lost.
Version 2.0.1 1 July 2026First public release
First version published on the Chrome Web Store.
Adds an "Alternative Name" column to the Partner Center GDAP customer list, showing each customer's primary domain (or their display name when no domain is available).
Editable custom names — give any customer your own private label; it's stored only in your browser and can be reset to the original at any time.
Search integration — the page's own search box also matches your custom names.
Customer data is cached locally for 30 days, so the column appears instantly on later visits.
Stability fixes over the internal 2.0 build: no more failed lookups while the list is still loading, and searches with many custom-name matches no longer trigger an error banner.
Earlier development versions (1.0 – 2.0)
Internal versions from before the Chrome Web Store release, summarized:
2.0 — first version of the custom-name search integration.
1.5 – 1.6 — renamed to "Partner Center Alternative Names", made the column editable with custom names, added the display-name fallback for customers without a domain.
1.0 – 1.4 — initial extension: extra column on the GDAP customer list, fetching each customer's primary domain from Microsoft's own APIs, with local caching.