Apps

Installed apps

Every app on your tenant with its version and status, and the detail page behind each row: permissions, changelog, settings.

This list is the inventory of your tenant: which apps are installed, from whom, at which version. When a colleague sees a Cockpit screen you do not have, this is where you compare.

Where you find it

App Studio › Extend and develop › Installed Apps/apps/installed.

What it does

One row per installed app. On a standard tenant that is the thirteen first-party apps (type public, status Installed). Clicking a row opens the app's detail page; the sidebar's Apps group holds a shortcut to the same page for each app.

Fields and controls

Column / controlWhat it shows or does
AppName plus package, e.g. revenexx/forms.
TypeThe app's listing type, e.g. public.
VersionThe installed version.
StatusInstalled state.
InstalledInstall date.
Row menu (…)Per-app actions.
Browse MarketplaceJumps to the Marketplace.
Refresh, filter, view switchStandard list controls; the search box filters by name.

The app detail page

A row opens /apps/installed/{owner}/{name} — for example /apps/installed/revenexx/products — with two tabs: Overview and Settings.

The Overview tab is the app's own page:

SectionContent
Info panelPublisher, version, kind (app), pricing model (e.g. Included), supported languages.
Requested permissionsWhat the app may access, each with an explanation — the Products app requests products.read and products.write.
What's newThe changelog, entry by entry with version and date.
Description and featuresWhat the app does, in the publisher's words.

Open launches the app's own studio UI — for the Products app that is the PIM in Commerce Studio. The Settings tab is documented on its own page: App settings.

What happens when you change it

Nothing on the list or the Overview tab writes data. Configuration changes happen on the Settings tab. Uninstalling an app removes its screens from every Studio and its entities stop being editable in the Cockpit — treat that as a change with a rollback plan, not a tidy-up.

Permissions

Each app declares its permissions in its manifest, and the detail page shows that list with explanations. Which Cockpit roles may open this screen is not verified.