Admin Console Utilities
Overview¶
Admin console extensions appear as tabs under the Utilities section in the admin console's left sidebar. (If no admin console extensions are installed, the Utilities section is hidden.)

Definition¶
Set extensionType: ADMIN_UTILITY and include ADMIN_CONSOLE in userApps.
app.yml
appIdentifier: "@your-app-identifier"
appName: "Your app name"
appDescription: "your app description"
visibility: private
publisher: "your email, or company name"
thumbnail: "https://static.thenounproject.com/png/3080128-200.png"
version: "1.0.0"
extensions:
- identifier: hello-world
name: Hello World
userApps:
- ADMIN_CONSOLE
display:
type: modal
dimensions:
width: 660px
height: 300px
maxWidth: 95vw
iframeUrl: https://d2d3iqsj83sdf2.cloudfront.net
extensionType: ADMIN_UTILITY