Skip to main content

Asset Viewer

This extension integrates seamlessly into the Asset Viewer sidebar, providing users with:

  • convenient access to relevant resources, and
  • an enhanced asset viewing experience by allowing users to augment assets with extra information or functionality.

This is an example of how it can be described in the assetViewerExtensions property of the manifest:

"assetViewerExtensions": [
{
"extensionKey": "augment-asset",
"name": "My Asset Viewer Extension",
"description": "An app that augments assets with additional information.",
"icon": "asset-viewer-icon.png",
"resources": {
"folder": "asset-viewer-extension"
}
}
]

Here is an example of an Asset Viewer extension that enables users to provide additional information to an asset:

asset viewer sidebar