Glimpse has many different extensions and plugins that exist within its ecosystem. The Glimpse team is providing general plugins for ASP.NET and ASP.NET MVC, however it may be beneficial to use additional plugins. Third parties that build frameworks or applications on top of ASP.NET may provide their own plugins to allow an insight in what is happening on the server.
Below is a list of all the different plugins that you have to choose from on Nuget.
One of the core tenants of Glimpse is that you should be able to simply and easily expose the data you would like to see. Tab's are the mechanism by which Glimpse refers to the tabs of data that are shown in the user interface.
When creating server side plugins, we make it incredibly easy to return any object and have it show within the Glimpse UI. Once the Tab has been created, assuming Glimpse has already been added to the project, we will automatically find the Tab and add it to the UI that is rendered.