Skip to content

Admin Console Utilities

Overview

Admin console extensions appear as additional tabs in the left sidebar of the admin console under the "Utilities" section. If no admin console extensions are installed, the "Utilities" section will not appear.

Admin Console Extensions

Admin Console Extension Definition

To create an admin console extension, the extension definition should include the ADMIN_CONSOLE in the userApps list and the ADMIN_UTILITY as the extensionType.

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
    modalDimensions:
      width: 660px
      height: 300px
      maxWidth: 95vw
    iframeUrl: https://d2d3iqsj83sdf2.cloudfront.net
    extensionType: ADMIN_UTILITY