How to find the feature id to disable Cockpit Plugin?

I am reading the Cockpit Plugins | docs.camunda.org to disable plugin in client side.

From the doc:

You can exclude some plugins from the interface by adding a cam-exclude-plugins attribute to the HTML base tag of the page loading the interface. The content of the attribute is a comma separated list formatted like: <plugin.key>:<feature.id> . If the feature ID is not provided, the whole plugin will be excluded.

So, where can I find the <feature.id>? I don’t find any documentation mentioning this.

I can only found them from the source code of camunda-bpm-platform/tree/master/webapps/frontend/ui/cockpit/plugins/base/app

You can search id: in this directory.